cURL
curl --request GET \ --url https://app.botmailroom.com/api/v1/email/outbound/{outbound_email_id}/attachment/{attachment_id} \ --header 'Authorization: Bearer <token>'
"<any>"
Get the raw attachment bytes of an outbound email.
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