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

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

discount_id
string
requis

Discount Id

Paramètres de requête

page_size
integer<int32>

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

Plage requise: x >= 0
page_number
integer<int32>

Page number (default = 0).

Plage requise: x >= 0

Réponse

Paginated list of attached customers

items
object[]
requis
Dernière modification le 6 août 2026