insufficient_scope
The key does not have the scope required for the operation.
| HTTP | code | Retryable? |
|---|---|---|
| 403 | insufficient_scope | no |
When it happens
You called an endpoint that requires a scope the key does not include (see requiredScopes in the response).
How to resolve it
Create a key with the required scopes. Scopes are fixed when the key is created and cannot be expanded afterward.
Example
{
"type": "https://docs.skipo.com/errors/insufficient_scope",
"title": "Insufficient scope",
"status": 403,
"code": "insufficient_scope",
"retryable": false,
"detail": "The key does not have the scope required for the operation."
}
Back to the error catalog · See the error format.