Download the raw RFC822 (.eml)
GET
/v1/aliases/{alias}/messages/{messageId}/raw
Streams the original raw MIME message as message/rfc822 (a .eml download).
Authorizations
apiKey
Scoped API key. Scopes are read ⊂ write ⊂ admin. A call needing more scope than the key holds returns 403 insufficient_scope.
Type
HTTP (bearer)
Parameters
Path Parameters
alias*
Type
Requiredstring
Example
"support"messageId*
Type
Requiredstring
Responses
The raw MIME message.
message/rfc822