v1
latestOpenAPI 3.0.02026-07-13474670.4 KBMessages
Get email message metadata
Retrieves metadata about a single email message. This route includes additional metadata not available when listing messages, such as parsed links from the text or HTML body, and attachment md5sums.
To get even more information about message attachments, like filenames, see the Attachments API.
To get the entire original SMTP message, see the "raw" message route.
get/addresses/{email}/messages/{messageId}
Response
Email message full object
Example response
{
"_id": "m3phnJ2ag3example-0",
"domain": "example.com",
"received": "1985-04-12T23:20:50.52Z",
"attachments": [
"5ea9c924627e68f988c9c7ca44340892"
],
"spam": 0.345
}