Skip to main content
GET
GET /discounts/{discount_id}/customers

授权

Authorization
string
header
必填

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

路径参数

discount_id
string
必填

Discount Id

查询参数

page_size
integer<int32>

Page size (default = 10, max = 100).

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

Page number (default = 0).

必填范围: x >= 0

响应

Paginated list of attached customers

items
object[]
必填
最后修改于 2026年8月6日