OAuth Protocol
OAuth token endpoint
Exchange authorization code, client credentials, or refresh token for access token
post/oauth/token
Request body
Example request
{
"scope": "admin"
}Response
Token response
Changes
No recorded changes to this endpoint across all 47 revisions of this API.