Authentication
Learn how to authenticate your requests to the Cobalt API
Authentication
You need a client_id
and client_secret
to interact with the Cobalt API. You will also need an access_token
for each user which can be obtained in through the Cobalt Link flow.
Headers
Header | Description |
---|---|
client_id | Your Cobalt API client id |
client_secret | Your Cobalt API secret |
access_token | The access token for the individual provider obtained during the Link flow |
Example Request
Access Tokens
Access tokens are obtained through the Cobalt Link flow. Each access token is associated with a specific set of EHR credentials..