Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

customer_id
string
required

The customer's id

Query Parameters

page_size
integer<int32>

How many emails to return. The default is 10 and the maximum is 100.

Required range: x >= 0
page_number
integer<int32>

Which page to return. The default is 0.

Required range: x >= 0

Response

The customer's sent emails

items
object[]
required

This page of emails, newest first.

total_count
integer<int64>
required

How many emails this customer has in the last 180 days, across pages.

Required range: x >= 0
Last modified on September 18, 2026