List all clients
Returns a paginated list of clients. Supports filtering by name, country, date range, and associated product. Deleted and pending-deletion clients are automatically excluded.
Query Parameters
Page number for pagination (1-based)
Number of clients per page
Sort order for the results
ascdescField to sort results by
customertotalpaymentdatestatusidSearch filter to match client names or emails
Start date for filtering clients (ISO 8601 or unix timestamp)
End date for filtering clients (ISO 8601 or unix timestamp)
Filter clients by a product they are associated with
Filter clients by country codes (pass multiple times for multiple countries)
Additional attributes to include in the response
Responses
Clients listed successfully
Total number of matching clients
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: product_id does not match any existing product
Unauthorized – invalid or missing Bearer token