missing_api_key
The request carries no credentials: neither the `Authorization` header nor `X-API-Key`.
| Code | Type | HTTP | Category |
|---|---|---|---|
missing_api_key | authentication_error | 401 | Authentication |
Cause
The request carries no credentials: neither the Authorization header nor X-API-Key.
What to do
Send Authorization: Bearer <your key>; the key travels in the header, never in the query string.
Message returned by the API
Missing Authorization or X-API-Key header.
Related
All Authentication error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.