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日