INSUFFICIENT_SCOPE
API key is missing a required scope
| 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: "INSUFFICIENT_SCOPE" |
Form der Antwort
{
"type": "https://docs.ohmnify.io/api/errors/insufficient_scope",
"title": "API key is missing a required scope",
"status": 403,
"code": "INSUFFICIENT_SCOPE",
"retryable": false,
"requestId": "req_..."
}