Authentication
OAuth Token
Get an OAuth token for authentication
POST
Body
The grant type for the OAuth token request. Must be “client_credentials”.
Your client ID
Your client secret
The scope of access requested. Use ”*”.
Response
The OAuth access token to use for authenticated requests
The type of token (usually “Bearer”)
Token expiration time in seconds

