Export a message as EML or JSON
GET
/api/v1/messages/{id}/export
Parameters
Query Parameters
format*
eml returns the raw RFC 822 bytes as a downloadable file. json returns a JSON representation of the full message.
Type
Requiredstring
Valid values
"eml""json"Responses
Exported message. Content-Type is message/rfc822 for eml and application/json for json.
