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 changes recorded. 1 of the 99 revisions has no diff computed, so it could not be searched.