EMAIL_CLIENT_ID_REQUIRED
400invalid_requestclient_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
- 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/EMAIL_CLIENT_ID_REQUIRED
Was this page helpful?