Skip to main content
GET
JavaScript

授权

Authorization
string
header
必填

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

路径参数

customer_id
string
必填

The customer's id

查询参数

page_size
integer<int32>

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

必填范围: x >= 0
page_number
integer<int32>

Which page to return. The default is 0.

必填范围: x >= 0

响应

The customer's sent emails

items
object[]
必填

This page of emails, newest first.

total_count
integer<int64>
必填

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

必填范围: x >= 0
最后修改于 2026年9月25日