Messages
List messages for an domain
Get a list of messages across any inboxes of a domain. Messages are always sorted in decending order by when they were received, with the newest message always in the first position of the array.
The email message objects are abbreviated to provide basic meta data. To get more information about a specific message, use GET /api/addresses/{email}/messages/{messageId}.
The domain must be owned by the account making the request, and have DNS validated. Paginate with until?=<Date> and limit=<uint>.
get/domains/{domain}/messages
Response
Email messages