Emails
Retrieve an attachment from an email
Retrieve one of the attachment linked to an email.
get/api/v1/emails/{email_id}/attachments/{attachment_id}
Path parameters
email_idstring required
The id of the email to which the attachment is linked. Either the Unipile id or the provider uid.
attachment_idstring required
A unique identifier. The id of the attachment to be retrieved.
Query parameters
account_idstring
The id of the account related to the email. Required when using the provider uid.
Response
OK. Request succeeded.
string binary required
Changes
No recorded changes to this endpoint across all 1 revision of this API.