Documentation

UNAUTHORIZED

401auth

Authentication failed or is missing.

Cause

No credentials were supplied, or the supplied credentials are invalid.

How to fix it

Send Authorization: Bearer <api_key>. Get a sandbox key from the developer keys page.

Example response

401 UNAUTHORIZED
JSON
{
  "error_code": "UNAUTHORIZED",
  "error_type": "auth",
  "error_message": "Authentication failed or is missing.",
  "hint": "Send Authorization: Bearer <api_key>. Get a sandbox key from the developer keys page.",
  "docs_url": "https://docs.billerapi.com/errors/UNAUTHORIZED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?