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

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

discount_id
string
requerido

Discount Id

Parámetros de consulta

page_size
integer<int32>

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

Rango requerido: x >= 0
page_number
integer<int32>

Page number (default = 0).

Rango requerido: x >= 0

Respuesta

Paginated list of attached customers

items
object[]
requerido
Última modificación el 6 de agosto de 2026