Skip to main content
The Develop Health API uses API tokens for bearer authentication. Include your API token in the Authorization header of every request.

Generate an API token

  1. Sign in to the Develop Health platform.
  2. Open Settings.
  3. Select User administration.
  4. Select Open User Administration.
  5. In the administration window, select API Tokens.
  6. Create a new API token, then copy it and store it securely.
If you do not see API Tokens, ask your organization administrator for access.

Authenticate a request

Pass the API token as a bearer token:
Treat API tokens like passwords. Do not expose them in client-side code or commit them to source control. Replace a token immediately if it is exposed.