Skip to main content
GET
JavaScript

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

customer_id
string
requis

The customer's id

Paramètres de requête

page_size
integer<int32>

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

Plage requise: x >= 0
page_number
integer<int32>

Which page to return. The default is 0.

Plage requise: x >= 0

Réponse

The customer's sent emails

items
object[]
requis

This page of emails, newest first.

total_count
integer<int64>
requis

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

Plage requise: x >= 0
Dernière modification le 25 septembre 2026