FLASHAPI.

Invalid API key

The supplied API key is missing, unknown, or malformed.

FieldValue
HTTP status401
codeINVALID_API_KEY
retryablefalse
typehttps://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.