Email
Get Email Content
Get the metadata and content of an email. Only attachment metadata is included, use the Get Email Attachment
endpoint to get the raw attachment. Only available for valid emails.
GET
/
api
/
v1
/
email
/
{email_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
email_id
string
requiredResponse
200 - application/json
to_addresses
object[]
requiredfrom_address
object
requiredcc_addresses
object[]
requiredbcc_addresses
object[]
requiredreply_to_addresses
object[]
requiredsubject
string
requireddate
string
requiredin_reply_to_id
string | null
requiredreferences
string[] | null
requiredmessage_id
string | null
requiredid
string
requiredplain_text
string | null
The plain text content of the email. Can be null
if the email is only available in html
html
string | null
The html content of the email. Can be null
if the email is only available in plain text
alternative_content
boolean
default: falseIf true
, html
and plain_text
are alternative representations of the same content
attachments
object[]