curl --request GET \
--url https://app.herondata.io/api/end_user_emails/{heron_id}/export \
--header 'x-api-key: <api-key>'
This response does not have an example.
Export an end user email as an EML file. Attachments are not included.
curl --request GET \
--url https://app.herondata.io/api/end_user_emails/{heron_id}/export \
--header 'x-api-key: <api-key>'
This response does not have an example.
The heron_id of the email to export
OK
The response is of type file
.
Was this page helpful?