Issue an access token
Exchange client credentials for a short-lived bearer access token
(OAuth 2.0 client_credentials grant). There is no refresh token;
request a new token when the current one expires.
Request
This endpoint expects an object.
grant_type
client_id
client_secret
scope
Space-delimited scopes. Defaults to all scopes granted to the client.
Response
Token issued.
access_token
A short-lived RS256 bearer JWT.
token_type
expires_in
Seconds until the token expires.
scope
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error