Skip to main content
POST

Body

string
required
The grant type for the OAuth token request. Must be “client_credentials”.
string
required
Your client ID
string
required
Your client secret
string
required
The scope of access requested. Use ”*”.

Response

string
The OAuth access token to use for authenticated requests
string
The type of token (usually “Bearer”)
number
Token expiration time in seconds