Skip to main content
GET
JavaScript

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

customer_id
string
obrigatório

The customer's id

Parâmetros de consulta

page_size
integer<int32>

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

Intervalo obrigatório: x >= 0
page_number
integer<int32>

Which page to return. The default is 0.

Intervalo obrigatório: x >= 0

Resposta

The customer's sent emails

items
object[]
obrigatório

This page of emails, newest first.

total_count
integer<int64>
obrigatório

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

Intervalo obrigatório: x >= 0
Última modificação em 25 de setembro de 2026