Passer au contenu principal
GET
JavaScript

Autorisations

Authorization
string
header
requis

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

Paramètres de requête

page_size
integer<int32>

Page size default is 10 max is 100

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

Page number default is 0

Plage requise: x >= 0
email
string

Filter by customer email

name
string

Filter by customer name (partial match, case-insensitive)

created_at_gte
string<date-time>

Filter customers created on or after this timestamp

created_at_lte
string<date-time>

Filter customers created on or before this timestamp

Réponse

Customers List

items
object[]
requis
Dernière modification le 1 avril 2026