Skip to content

ip_not_allowed

View as Markdown

This API key is restricted to a set of IP addresses that does not include this one. Returned with HTTP 403; retrying will not help.

PropertyValue
HTTP status403
RetryableNo
typehttps://fylane.dev/errors/ip-not-allowed

Retrying an identical request will fail identically. Change something first — the details object names what.

Example response
{
  "type": "https://fylane.dev/errors/ip-not-allowed",
  "code": "ip_not_allowed",
  "message": "This API key is restricted to a set of IP addresses that does not include this one.",
  "retryable": false,
  "request_id": "req_01JBQ8Z5T7WXK9MNP2RSTVA3C4",
  "docs_url": "https://fylane.dev/docs/errors/ip-not-allowed"
}

Quote the request_id if you contact support. It is the same value returned in the X-Request-Id header and it identifies this exact request in our logs.