API stability
Lifecycle status of every endpoint exposed on the dev tier. Anything not listed below is considered general availability — stable enough to build production integrations against.
Stability levels
- General availability — covered by the standard release cadence. Breaking changes go through deprecation first.
- Early Access — works end-to-end, but the request / response shapes can change without a deprecation window. Safe to prototype against; not yet recommended for production criticality.
- Deprecated — still functional, scheduled for removal. Migrate to the replacement noted on the endpoint page.
Summary
| Status | Endpoints |
|---|---|
| General availability | 93 |
| Early Access | 9 |
| Deprecated | 0 |
Counts cover the dev tier. Switch tiers from the navbar to see the equivalent stability map for another release surface.
Detail
Early Access
| Endpoint | Method | Tag |
|---|---|---|
| Start a wearable OAuth flow | POST /v1/wearables/{provider}/connect | Wearables (Early Access) |
| Wearable OAuth callback | GET /v1/wearables/{provider}/callback | Wearables (Early Access) |
| Revoke a wearable connection | DELETE /v1/wearables/{provider}/connections/{patientId} | Wearables (Early Access) |
| List wearable connections | GET /v1/wearables/connections | Wearables (Early Access) |
| Wearable webhook subscription verification | GET /v1/wearables/{provider}/webhook | Wearables (Early Access) |
| Wearable webhook ingress | POST /v1/wearables/{provider}/webhook | Wearables (Early Access) |
| Read wearable credentials | GET /v1/wearables/{provider}/credentials | Wearables (Early Access) |
| Set wearable credentials | PUT /v1/wearables/{provider}/credentials | Wearables (Early Access) |
| Clear wearable credentials | DELETE /v1/wearables/{provider}/credentials | Wearables (Early Access) |
Deprecated
No endpoints currently marked deprecated on this tier.