Documentation

CLIENT_ID_REQUIRED

400invalid_request

This read refuses to run unscoped.

Cause

A tenant-scoped list/read was called without a client_id, which would otherwise return other clients’ rows.

How to fix it

Supply client_id; the gateway derives it from your authenticated session.

Example response

400 CLIENT_ID_REQUIRED
JSON
{
  "error_code": "CLIENT_ID_REQUIRED",
  "error_type": "invalid_request",
  "error_message": "This read refuses to run unscoped.",
  "hint": "Supply client_id; the gateway derives it from your authenticated session.",
  "docs_url": "https://docs.billerapi.com/errors/CLIENT_ID_REQUIRED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?