missing_api_key
No `Authorization: Bearer` header was sent.
| HTTP status | 401 |
| Error type | authentication_error |
| Retry | No. Check the key. |
What to do
Send your secret key as `Authorization: Bearer sk_test_…`.
Response shape
{
"error": {
"type": "authentication_error",
"code": "missing_api_key",
"message": "…",
"doc_url": "https://docs.borga.is/errors/missing_api_key",
"request_id": "req_…"
}
}See all error codes and how to handle them.