Factuarea API

missing_api_key

The request carries no credentials: neither the `Authorization` header nor `X-API-Key`.

CodeTypeHTTPCategory
missing_api_keyauthentication_error401Authentication

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.

On this page