Auth

Get Token

post/oauth/token

Request body

client_idstring required

Your application's Client ID

client_secretstring required

Your application's Client Secret

Response

Access token

access_tokenstring
token_type'Bearer'
expires_innumber

Time in seconds

Example response

{
  "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb2hhciI6ImhlYWx0aCJ9.0sXbystKB9fXid-8ESps2JnaFRFPmLFOc8n6jnCDih4",
  "token_type": "Bearer",
  "expires_in": 3600
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.