IP_NOT_ALLOWED
Client IP is not in the key allowlist
| HTTP-Status | 403 |
|---|---|
| Wiederholen sinnvoll | Nein. Die Anfrage selbst muss sich ändern, ein erneuter Versuch führt zum selben Ergebnis. |
| Feld in der Antwort | code: "IP_NOT_ALLOWED" |
Form der Antwort
{
"type": "https://docs.ohmnify.io/api/errors/ip_not_allowed",
"title": "Client IP is not in the key allowlist",
"status": 403,
"code": "IP_NOT_ALLOWED",
"retryable": false,
"requestId": "req_..."
}