permission_denied
The account is not authorized for this operation.
| HTTP | code | Retryable? |
|---|---|---|
| 403 | permission_denied | no |
When it happens
Account-level restrictions block the action, regardless of the key's scope.
How to resolve it
Contact Skipo if you believe your account should have access.
Example
{
"type": "https://docs.skipo.com/errors/permission_denied",
"title": "Permission denied",
"status": 403,
"code": "permission_denied",
"retryable": false,
"detail": "The account is not authorized for this operation."
}
Back to the error catalog · See the error format.