Skip to main content
GET
JavaScript

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

customer_id
string
requerido

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.

Rango requerido: x >= 0
page_number
integer<int32>

Which page to return. The default is 0.

Rango requerido: x >= 0

Respuesta

The customer's sent emails

items
object[]
requerido

This page of emails, newest first.

total_count
integer<int64>
requerido

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

Rango requerido: x >= 0
Última modificación el 25 de septiembre de 2026