Accessing Fold Health APIs
To integrate with Fold health, please send an email to [email protected].
Fold Health APIs support authentication via Oauth client_credentials flows.
Client credentials
If you are going to use Fold Health APIs directly from another system API, you will need to use the client credentials flow
## Getting an Access Token
You can exchange your client credentials for access_tokens which can be used to call the Fold APIs
We support Bearer Auth and every provider will get a separate API key with usage quotas which need to be passed in the headers.
You need to send in your HTTP Headers the below keys
Header | Value | Example |
---|---|---|
Authorization | Bearer {your access_token} | Bearer eyJraPZ9azcPz_IoRH |
x-api-key | Your API Key | cDzUGjq3jx955 |
Updated 5 months ago
What’s Next