113 - OAuth2 Access Denied Error¶
API Error Code | 113 |
HTTP Status Code | |
Error Text | OAuth2 token access for this resource is prohibited. |
Description | The OAuth2 token access for the given resource is prohibited. |
Examples¶
application/json¶
{
"err": {
"code": 113,
"msg": "OAuth2 token access for this resource is prohibited.",
"type": "auth-oauth2-access-denied"
},
"stat": "fail"
}