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
آخر تعديل في ٢٥ سبتمبر ٢٠٢٦