ip_not_allowed
The source IP is not in the key's list of allowed IPs.
| HTTP | code | Retryable? |
|---|---|---|
| 403 | ip_not_allowed | no |
When it happens
The key has an allowed-IP list and the request came from a different address.
How to resolve it
Add your server's outbound IP to the key's allowlist, or call from an authorized IP.
Example
{
"type": "https://docs.skipo.com/errors/ip_not_allowed",
"title": "IP address not allowed",
"status": 403,
"code": "ip_not_allowed",
"retryable": false,
"detail": "The source IP is not in the key's list of allowed IPs."
}
Back to the error catalog · See the error format.