Skip to main content
GET
JavaScript

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

customer_id
string
erforderlich

The customer's id

Abfrageparameter

page_size
integer<int32>

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

Erforderlicher Bereich: x >= 0
page_number
integer<int32>

Which page to return. The default is 0.

Erforderlicher Bereich: x >= 0

Antwort

The customer's sent emails

items
object[]
erforderlich

This page of emails, newest first.

total_count
integer<int64>
erforderlich

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

Erforderlicher Bereich: x >= 0
Zuletzt geändert am 25. September 2026