Auth

Exchange credentials for an access token

post
/auth/token
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
client_idstringRequired
client_secretstringOptional
grant_typestring · enumRequiredPossible values:
refresh_tokenstringOptional
Responses
200

Bearer token

application/json
post
/auth/token
200

Bearer token

Last updated

Was this helpful?