Skip to main content
GET
JavaScript

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

customer_id
string
obbligatorio

The customer's id

Parametri della query

page_size
integer<int32>

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

Intervallo richiesto: x >= 0
page_number
integer<int32>

Which page to return. The default is 0.

Intervallo richiesto: x >= 0

Risposta

The customer's sent emails

items
object[]
obbligatorio

This page of emails, newest first.

total_count
integer<int64>
obbligatorio

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

Intervallo richiesto: x >= 0
Ultima modifica il 25 settembre 2026