Skip to main content
The API reference in this portal is backed by the public health-api OpenAPI contract.

What you will find here

  • Environment server URLs for production, staging, and testing
  • Request and response schemas for public routes
  • Path parameters, pagination parameters, and error contracts
  • Bearer-token security definitions for protected resources

OpenAPI source

Download the spec that powers this reference.

Authentication

Most routes use bearer authentication:
"security": [
  {
    "bearerAuth": []
  }
]
Use /authentication for implementation guidance, then return here for endpoint-level details.

Resource groups

The reference is grouped around the current public tags:
  • users
  • baselines
  • daily-records
  • chat
  • facts
  • activities
  • ai-summaries
  • custom-records
  • meals
Webhook delivery is documented separately because outbound webhook events are not modeled as public API endpoints in the OpenAPI file.