api_access_disabled
API access for this account has been disabled.
| HTTP | code | Retryable? |
|---|---|---|
| 403 | api_access_disabled | no |
When it happens
A Skipo operator suspended the account's access to the public API. It applies to every key and every authentication method, not to one particular key.
How to resolve it
Contact support. The credential itself is valid: re-authenticating or creating a new key will not restore access — only an operator can lift it.
Example
{
"type": "https://docs.skipo.com/errors/api_access_disabled",
"title": "API access disabled",
"status": 403,
"code": "api_access_disabled",
"retryable": false,
"detail": "API access for this account has been disabled."
}
Back to the error catalog · See the error format.