GET
/
api
/
v1
/
email
/
outbound

Authorizations

Authorization
string
header
required

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

Query Parameters

inbox_ids
string[] | null

If provided, only outbound emails from the specified inboxes are returned

search_term
string | null

If provided, only outbound emails containing the search term in the subject, body, or attachment filenames are returned

limit
integer
default:
100

The maximum number of outbound emails to return

Response

200 - application/json
bcc_addresses
object[]
required
cc_addresses
object[]
required
date
string
required

The date the email was sent in UTC, ISO 8601 format

from_address
object
required
id
string
required
inbox_id
string
required
latest_event
object | null
required
message_type
enum<string>
required
Available options:
forward,
reply,
new
open_and_click_tracking
boolean
required

If true, open and click tracking was enabled for the email

reply_to_addresses
object[]
required
status
enum<string>
required
Available options:
pending,
sent
subject
string
required
to_addresses
object[]
required