Skip to main content

Generate Access Token

Exchanges client credentials for access token. The access token should be included in each API call for authentication.

Request Body REQUIRED
grant_type string
client_id string
client_secret string
Responses
200

Token issued successfully

Schema OPTIONAL
access_token string OPTIONAL
token_type string OPTIONAL
expires_in integer OPTIONAL
scope string OPTIONAL