OAuth API
Get Token
Exchange your client id and client secret for a bearer token.
POST
Get Token
We currently support one OAuth2 grant type: Client Credentials.Documentation Index
Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
Client Credentials
You can exchange your client_id and client_secret for an access token directly.Headers
Body
application/x-www-form-urlencoded
We currently only support client_credentials grant type.
Client ID that was supplied to you with your credentials
Client Secret that was provided to you with your credentials
Currently in closed Beta for select customers. Optional. Space-separated list of scopes to request. If omitted, defaults to apiv2 which grants the token access to all API resources.
Get Token