Skip to main content
POST
/
auth
/
token
{
  "access_token": "<string>",
  "token_type": "bearer",
  "expires_in": 123,
  "scope": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/x-www-form-urlencoded
client_id
string
required
client_secret
string
required
grant_type
string
required
scope
string
required

Response

OK

access_token
string
required
expires_in
integer
required
scope
string
required
token_type
string
default:bearer