Skip to main content
POST
Get Access Token

Body

application/x-www-form-urlencoded
grant_type
string
required
Example:

"client_credentials"

client_id
string
required
Example:

"your_client_id"

client_secret
string
required
Example:

"your_secret_key"

Response

Successful Access Token Response

access_token
string
token_type
string
Example:

"Bearer"

expires_in
integer
scope
string