Skip to main content
POST
Get an access token

Body

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

Response

An access token and the scopes that the token holds.

An OAuth2 access token and the scopes the token holds.

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