Skip to main content
POST
Get Token

Body

application/json
client_id
string
required

Your application's Client ID

client_secret
string
required

Your application's Client Secret

Response

Access token

access_token
string
Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb2hhciI6ImhlYWx0aCJ9.0sXbystKB9fXid-8ESps2JnaFRFPmLFOc8n6jnCDih4"

token_type
enum<string>
Available options:
Bearer
Example:

"Bearer"

expires_in
number

Time in seconds

Example:

3600