v1
latestOpenAPI 3.0.02026-07-13474670.4 KBMessages
List starred (saved) messages on the account
Get a list of messages that have been saved and made private for the entire account using the "star message" feature.
Messages recieved via the Capture Service will also show up as starred IF the capturePrivate flag on the account is enabled.
get/addresses/starred/messages
Response
List of email messages
Example response
[
{
"_id": "m3phnJ2ag3example-0",
"domain": "example.com",
"received": "1985-04-12T23:20:50.52Z",
"attachments": [
"5ea9c924627e68f988c9c7ca44340892"
],
"spam": 0.345
}
]