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일