Files
Download attachments and the original EML representation of email messages you have sent.
Download an attachment
Downloads a single attachment. Simply supply the unique identifier for the required attachment.
get https://mailosaur.com/api/files/attachments/:id
Parameters
Name | Type | In | Description |
---|---|---|---|
id | string | path | The identifier of the attachment to be downloaded. |
Response
Status: 200 OK
<< FileStream >>
Download EML
Downloads an EML file representing the specified email. Simply supply the unique identifier for the required email.
get https://mailosaur.com/api/files/email/:id
Parameters
Name | Type | In | Description |
---|---|---|---|
id | string | path | The identifier of the email to be downloaded. |
Response
Status: 200 OK
<< FileStream >>