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日