Skip to main content
GET
JavaScript

Otorisasi

Authorization
string
header
wajib

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

Parameter Path

customer_id
string
wajib

The customer's id

Parameter Query

page_size
integer<int32>

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

Rentang yang diperlukan: x >= 0
page_number
integer<int32>

Which page to return. The default is 0.

Rentang yang diperlukan: x >= 0

Respons

The customer's sent emails

items
object[]
wajib

This page of emails, newest first.

total_count
integer<int64>
wajib

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

Rentang yang diperlukan: x >= 0
Terakhir diubah pada 25 September 2026