Documentation

EMAIL_CLIENT_ID_REQUIRED

400invalid_request

client_id is required to read a message.

Cause

A non-privileged message read arrived with no client scope, which would address every tenant's mail.

How to fix it

Send client_id on the request.

Example response

400 EMAIL_CLIENT_ID_REQUIRED
JSON
{
  "error_code": "EMAIL_CLIENT_ID_REQUIRED",
  "error_type": "invalid_request",
  "error_message": "client_id is required to read a message.",
  "hint": "Send client_id on the request.",
  "docs_url": "https://docs.billerapi.com/errors/EMAIL_CLIENT_ID_REQUIRED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?