112 - OAuth2 Missing Scope Error¶
API Error Code | 112 |
HTTP Status Code | |
Error Text | Your OAuth2 token lacks the necessary scopes for this request. |
Description | The OAuth2 token being used lacks the necessary scopes for the given request. |
Examples¶
application/json¶
{
"err": {
"code": 112,
"msg": "Your OAuth2 token lacks the necessary scopes for this request.",
"type": "auth-oauth2-missing-scope"
},
"stat": "fail"
}