invalid_session
The dashboard session token is invalid.
| HTTP status | 401 |
| Error type | authentication_error |
| Retry | No. Check the key. |
Response shape
{
"error": {
"type": "authentication_error",
"code": "invalid_session",
"message": "…",
"doc_url": "https://docs.borga.is/errors/invalid_session",
"request_id": "req_…"
}
}See all error codes and how to handle them.