Skip to main content

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

StatusEndpoints
General availability93
Early Access9
Deprecated0

Counts cover the dev tier. Switch tiers from the navbar to see the equivalent stability map for another release surface.

Detail

Early Access

EndpointMethodTag
Start a wearable OAuth flowPOST /v1/wearables/{provider}/connectWearables (Early Access)
Wearable OAuth callbackGET /v1/wearables/{provider}/callbackWearables (Early Access)
Revoke a wearable connectionDELETE /v1/wearables/{provider}/connections/{patientId}Wearables (Early Access)
List wearable connectionsGET /v1/wearables/connectionsWearables (Early Access)
Wearable webhook subscription verificationGET /v1/wearables/{provider}/webhookWearables (Early Access)
Wearable webhook ingressPOST /v1/wearables/{provider}/webhookWearables (Early Access)
Read wearable credentialsGET /v1/wearables/{provider}/credentialsWearables (Early Access)
Set wearable credentialsPUT /v1/wearables/{provider}/credentialsWearables (Early Access)
Clear wearable credentialsDELETE /v1/wearables/{provider}/credentialsWearables (Early Access)

Deprecated

No endpoints currently marked deprecated on this tier.