POST
OAuth2 client credentials token

Body

application/x-www-form-urlencoded
grant_type
enum<string>
required
Available options:
client_credentials
client_id
string
required
client_secret
string
required

Response

Access token

access_token
string
required
token_type
enum<string>
required
Available options:
Bearer
expires_in
integer
required
scope
string