Klantly Developers

Error codes

ip_not_allowed

403 This IP address may not use this API key.

Cause

The key has an IP allowlist and the request came from another IP address.

Solution

Add your server's IP address to the key's allowlist, or send the request from an allowed address.

Example

application/problem+json
{
  "type": "https://developers.klantly.com/errors/ip_not_allowed",
  "title": "This IP address may not use this API key.",
  "status": 403,
  "code": "ip_not_allowed",
  "request_id": "req_01j7zq3k9x2m4n6p8r0t2v4w6y"
}

← All error codes