Skip to main content
GET
JavaScript

Auktoriseringar

Authorization
string
header
obligatorisk

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

Sökvägsparametrar

customer_id
string
obligatorisk

The customer's id

Frågeparametrar

page_size
integer<int32>

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

Obligatoriskt intervall: x >= 0
page_number
integer<int32>

Which page to return. The default is 0.

Obligatoriskt intervall: x >= 0

Svar

The customer's sent emails

items
object[]
obligatorisk

This page of emails, newest first.

total_count
integer<int64>
obligatorisk

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

Obligatoriskt intervall: x >= 0
Senast ändrad 25 september 2026