authorization
Issue an OAuth 2.0 access token (Client Credentials)
Exchanges client credentials for an access token. Parameters must be sent as application/x-www-form-urlencoded.
post/oauth2/token
Response
Successful token response
Example response
{
"expires_in": 1799,
"scope": "openid",
"token_type": "bearer"
}