EMAIL_MESSAGE_NOT_FOUND
404invalid_requestNo stored email message with that id.
Cause
The message_id does not resolve for the calling client. A message owned by a different client reads as missing rather than forbidden, so an id cannot be probed across tenants.
How to fix it
Verify the message_id, and that you are calling as the client that owns it.
Example response
404 EMAIL_MESSAGE_NOT_FOUND
JSON
{
"error_code": "EMAIL_MESSAGE_NOT_FOUND",
"error_type": "invalid_request",
"error_message": "No stored email message with that id.",
"hint": "Verify the message_id, and that you are calling as the client that owns it.",
"docs_url": "https://docs.billerapi.com/errors/EMAIL_MESSAGE_NOT_FOUND",
"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_MESSAGE_NOT_FOUND
Was this page helpful?