GET
/
api
/
v1
/
email
/
{email_id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

email_id
string
required

Response

200 - application/json
to_addresses
object[]
required
from_address
object
required
cc_addresses
object[]
required
bcc_addresses
object[]
required
reply_to_addresses
object[]
required
subject
string
required
date
string
required
in_reply_to_id
string | null
required
references
string[] | null
required
message_id
string | null
required
id
string
required
plain_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: false

If true, html and plain_text are alternative representations of the same content

attachments
object[]