Request Access Token
Auth Token API
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
clientIdstringRequiredPattern:
^[a-zA-Z0-9]{1,100}$clientSecretstringRequiredPattern:
^[a-zA-Z0-9_-]{1,100}$Responses
200
Success. Valid access token obtained.
application/json
access_tokenstringRequiredPattern:
^[a-zA-Z0-9_]{1,100}$expires_ininteger · int32Optional
scopestringOptional
token_typestring · enumRequiredPossible values:
401
Unauthorized. Client id or secret is invalid.
500
Server error. Failed to obtain a valid access token.
get
/auth/token/v1Example
API Call with CURL
Sample response
Last updated

