cURL
curl --request GET \ --url https://api.example.com/customers
{ "total": 123, "offset": 123, "limit": 123, "data": [ { "type": "<string>", "id": "<string>", "createdAt": "<string>", "lastModifiedAt": "<string>", "status": "CUSTOMER_CREATED", "policies": [ "<string>" ], "invoices": [ "<string>" ], "paymentMode": "DIRECT_DEBIT", "customFields": [ { "key": "<string>", "value": "<string>" } ], "name": "<string>", "preferredPaymentMethodId": "<string>" } ] }
Optional: the whenAt datetime
Optional: the simulatedAt datetime
Optional: the branchId
the pagination offset
the pagination page size
Total number of customers
Offset used for pagination
Page size used for pagination
List of customers
Show child attributes
Was this page helpful?