NOT_AUTHENTICATED
401authNo authenticated user was resolved for the request.
Cause
The request carried no session cookie or Bearer token, or the token could not be verified.
How to fix it
Sign in and retry; the request must carry the session cookie or a Bearer token.
Example response
401 NOT_AUTHENTICATED
JSON
{
"error_code": "NOT_AUTHENTICATED",
"error_type": "auth",
"error_message": "No authenticated user was resolved for the request.",
"hint": "Sign in and retry; the request must carry the session cookie or a Bearer token.",
"docs_url": "https://docs.billerapi.com/errors/NOT_AUTHENTICATED",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/NOT_AUTHENTICATED
Was this page helpful?