Platform
Mobile and Device API Docs demo
A reviewer-friendly API reference preview for mobile sessions, bearer tokens, device connections, and reading ingestion.
Endpoint matrix
| Method | Endpoint | Purpose |
|---|---|---|
| POST | /api/mobile/auth/login | Create bearer-token mobile session |
| GET | /api/mobile/auth/me | Validate current mobile user |
| POST | /api/mobile/auth/logout | Revoke mobile token |
| GET | /api/mobile/connections | List connected providers |
| POST | /api/mobile/device-readings | Ingest device reading payloads |
Security notes
- Bearer tokens are scoped to mobile sessions and can be revoked from the Security or Admin workspace.
- Device readings are normalized into VitaVault records after validation.
- The public demo shows API shape without exposing secrets or accepting writes.