v3
latestSwagger 2.02026-08-067506752.0 MBoauth
Given an existing token, issue a new token with a reduced set of scopes
post/oauth/token/attenuate
Query parameters
scopestring
Requested access scope or scopes (space separated)
Response
successful operation
Example response
{
"access_token": "2YotnFZFEjr1zCsicMWsdv",
"token_type": "bearer",
"refresh_token": "tGzv3JOkF0XG5Qx2TlKWIA",
"scope": "admin",
"redirect_uri": "com.charthop.mobile://oauth"
}