Skip to content

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
string
Required
Valid values
"eml""json"

Responses

Exported message. Content-Type is message/rfc822 for eml and application/json for json.

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Released under the MIT / Apache 2.0 License.