Get 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.

Language
Click Try It! to start a request and see the response here!