api_key.scope_invalid
The requested scope is not in the platform scope vocabulary and cannot be granted.
api_key.scope_invalid is returned at API key creation time when one or more of the requested scope strings are not in the platform's scope vocabulary. Scopes are dot-namespaced strings that must exactly match a documented value.
The scopes array in the key creation request contains a string that is not a recognized platform scope. This may be a typo or a scope from a different API.
Use only scopes from the documented scope vocabulary. Check the API Keys endpoint documentation for the complete scope list.
{
"error": {
"code": "api_key.scope_invalid",
"message": "scope 'calls.delete' is not a valid scope",
"request_id": "req_01900000abc"
}
}