post https://sandbox.elationemr.com/api/2.0/oauth2/token/
Exchange your client id, client secret, API username and API password for a bearer token.
We currently support one OAuth2 grant type: Client Credentials.
Client Credentials
You can exchange your client_id and client_secret for an access token directly.
Resource Owner Password Credentials [DEPRECATED]
This grant type has been deprecated and is available only for backward compatibility.
You can exchange your username, email, client_id, and client_secret for an access token directly.
NOTE: When using the Resource Owner Password Credentials flow, the username
and password
parameters will be ignored. The client_id
and client_secret
parameters will be used to obtain a token in a manner similar to the Client Credentials flow.