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
अंतिम संशोधन 25 सितंबर 2026