We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
message_hash
The example response in the section to view a single bounce is missing the message_hash key:
{ "address": "[email protected]", "code": "550", "error": "No such mailbox", "created_at": "Fri, 21 Oct 2011 11:02:55 GMT" }
It should be
{ "address": "[email protected]", "code": "550", "error": "No such mailbox", "created_at": "Fri, 21 Oct 2011 11:02:55 GMT" "message_hash": "150aa3dabb6b08843a1ca7d80a1da0882f09d0d8" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The example response in the section to view a single bounce is missing the
message_hash
key:It should be
The text was updated successfully, but these errors were encountered: