curl
curl https://api.obi.example/v1/sessions \-H "Authorization: Bearer YOUR_API_KEY"
GET/v1/devicesList devices registered to the authenticated account.
POST/v1/devicesRegister a new device by serial number.
GET/v1/sessionsList completed movement sessions, paginated.
GET/v1/sessions/:idRetrieve full sensor time-series for one session.
POST/v1/sessions/:id/scoresRetrieve computed scores — stability, symmetry, balance.
GET/v1/webhooksList configured webhook endpoints.
POST/v1/webhooksRegister a webhook URL for session.completed events.