Documentation

NEEDS_RESIGNIN

401auth

No authenticated client context was resolved.

Cause

The portal session could not be resolved (expired or missing).

How to fix it

Sign in again to refresh your session, then retry.

Example response

401 NEEDS_RESIGNIN
JSON
{
  "error_code": "NEEDS_RESIGNIN",
  "error_type": "auth",
  "error_message": "No authenticated client context was resolved.",
  "hint": "Sign in again to refresh your session, then retry.",
  "docs_url": "https://docs.billerapi.com/errors/NEEDS_RESIGNIN",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/NEEDS_RESIGNIN

Was this page helpful?