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.