api_key_mode_mismatch
The key's mode (test or live) does not match the resource.
| HTTP status | 403 |
| Error type | permission_error |
| Retry | No. |
Response shape
{
"error": {
"type": "permission_error",
"code": "api_key_mode_mismatch",
"message": "…",
"doc_url": "https://docs.borga.is/errors/api_key_mode_mismatch",
"request_id": "req_…"
}
}See all error codes and how to handle them.