Get the entire unparsed email file as an EML file. Only available for valid emails.
curl --request GET \ --url https://app.botmailroom.com/api/v1/email/{email_id}/raw \ --header 'Authorization: Bearer <token>'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any