Skip to main content

ip_not_allowed

The source IP is not in the key's list of allowed IPs.

HTTPcodeRetryable?
403ip_not_allowedno

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.