Skip to main content

insufficient_scope

The key does not have the scope required for the operation.

HTTPcodeRetryable?
403insufficient_scopeno

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.