invalid_api_key
The API key is malformed, unknown or revoked.
| HTTP status | 401 |
| Error type | authentication_error |
| Retry | No. Check the key. |
Response shape
{
"error": {
"type": "authentication_error",
"code": "invalid_api_key",
"message": "…",
"doc_url": "https://docs.borga.is/errors/invalid_api_key",
"request_id": "req_…"
}
}See all error codes and how to handle them.