EMAIL_CLASSIFICATION_FORBIDDEN
403authThe message behind this classification belongs to another client.
Cause
The classification resolves, but its message is owned by a different client_id.
How to fix it
Read it as the owning client. Cross-tenant reads are refused.
Example response
403 EMAIL_CLASSIFICATION_FORBIDDEN
JSON
{
"error_code": "EMAIL_CLASSIFICATION_FORBIDDEN",
"error_type": "auth",
"error_message": "The message behind this classification belongs to another client.",
"hint": "Read it as the owning client. Cross-tenant reads are refused.",
"docs_url": "https://docs.billerapi.com/errors/EMAIL_CLASSIFICATION_FORBIDDEN",
"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_CLASSIFICATION_FORBIDDEN
Was this page helpful?