INVALID_SCOPE
HTTP 400
What it means
The requested scope is invalid, unknown, malformed, or exceeds what the client is authorized to request.
What to do
Check the scopes registered for this client in the developer portal. Use only scopes from the published catalog.
Envelope
{
"error": {
"code": "INVALID_SCOPE",
"http_status": 400,
"message": "The requested scope is invalid, unknown, malformed, or exceeds what the client is authorized to request.",
"remediation_hint": "Check the scopes registered for this client in the developer portal. Use only scopes from the published catalog.",
"docs_url": "https://developers.cognethics.com/errors/INVALID_SCOPE",
"request_id": "0f2c9b6e-...",
"details": {}
}
}Back to Errors & status codes.
