Skip to content

invalid_api_key

View as Markdown

The API key is not valid. Returned with HTTP 401; retrying will not help.

PropertyValue
HTTP status401
RetryableNo
typehttps://fylane.dev/errors/invalid-api-key

Retrying an identical request will fail identically. Change something first — the details object names what.

Example response
{
  "type": "https://fylane.dev/errors/invalid-api-key",
  "code": "invalid_api_key",
  "message": "The API key is not valid.",
  "retryable": false,
  "request_id": "req_01JBQ8Z5T7WXK9MNP2RSTVA3C4",
  "docs_url": "https://fylane.dev/docs/errors/invalid-api-key"
}

Quote the request_id if you contact support. It is the same value returned in the X-Request-Id header and it identifies this exact request in our logs.