Skip to content
New issue

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

Missing field message_hash in bounces API example #651

Open
provinzkraut opened this issue Jul 7, 2023 · 0 comments
Open

Missing field message_hash in bounces API example #651

provinzkraut opened this issue Jul 7, 2023 · 0 comments

Comments

@provinzkraut
Copy link
Contributor

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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant