Get Access Token With Authorization Request
Exchange authorization code, refresh token or client_credentials to user access token.
The client ID when grant_type is set to client_credentials
The client secret when grant_type is set to client_credentials
The authorization code when grant_type is set to authorization_code
The type of authorization to be performed.
When grant_type is set to client_credentials if this parameter is set the issued token will be limited to the specified organization.
The URI to which a redirect will be performed upon successful authorization.
The refresh token when grant_type is set to refresh_token
Currently not supported. Present for CSP compatibility.
A transparent state of the request.
authorization
OK
{
"access_token": "string",
"expires_in": 0,
"id_token": "string",
"refresh_token": "string",
"scope": "string",
"token_type": "string"
}
Access Token
Access Token Expiration
ID Token
Refresh Token
Scope
Token Type