Issue an OAuth token
Authentication
Issue an OAuth token
Issue an OAuth token using client credentials.
POST
Issue an OAuth token
Body
application/x-www-form-urlencoded
Response
OK
The access token.
The token type. Always 'bearer' for JWT tokens.
The number of seconds until the token expires.
The scopes of the token, comma-separated.
A refresh token for obtaining new access tokens without re-authentication.