Invalid API key
The supplied API key is missing, unknown, or malformed.
| Field | Value |
|---|---|
| HTTP status | 401 |
| code | INVALID_API_KEY |
| retryable | false |
| type | https://docs.flashapi.io/errors/invalid-api-key |
Gateway and upstream problem+json bodies use this type URI. SDKs should branch on code, not on title or detail.
Example#
terminal
{
"type": "https://docs.flashapi.io/errors/invalid-api-key",
"title": "Invalid API key",
"status": 401,
"detail": "The supplied API key is missing, unknown, or malformed.",
"instance": "urn:flashapi:request:req_01JXYZ123",
"code": "INVALID_API_KEY",
"request_id": "req_01JXYZ123",
"retryable": false
}See the error catalog for every platform code.