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일