跳转到主要内容
GET
JavaScript

授权

Authorization
string
header
必填

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

查询参数

page_size
integer<int32>

Page size default is 10 max is 100

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

Page number default is 0

必填范围: x >= 0
email
string

Filter by customer email

name
string

Filter by customer name (partial match, case-insensitive)

created_at_gte
string<date-time>

Filter customers created on or after this timestamp

created_at_lte
string<date-time>

Filter customers created on or before this timestamp

响应

Customers List

items
object[]
必填
最后修改于 2026年4月1日