INVALID_API_KEY
Invalid or inactive API key
| HTTP-Status | 401 |
|---|---|
| Wiederholen sinnvoll | Nein. Die Anfrage selbst muss sich ändern, ein erneuter Versuch führt zum selben Ergebnis. |
| Feld in der Antwort | code: "INVALID_API_KEY" |
Form der Antwort
{
"type": "https://docs.ohmnify.io/api/errors/invalid_api_key",
"title": "Invalid or inactive API key",
"status": 401,
"code": "INVALID_API_KEY",
"retryable": false,
"requestId": "req_..."
}