Email
Get Email Attachment
Get the raw attachment bytes of an email. Only available for valid emails.
GET
/
api
/
v1
/
email
/
{email_id}
/
attachment
/
{attachment_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
attachment_id
string
requiredemail_id
string
requiredResponse
200 - application/json
The response is of type any
.