Retrieve a list of customers with optional filtering parameters. Returns all customers that match the specified filters. If no filters are provided, returns all customers (paginated).
API token authentication using format <api token id>:<api client secret>
Filter by platform-specific customer identifier
Filter by customer type Whether the customer is an individual or a business entity
INDIVIDUAL, BUSINESS "INDIVIDUAL"
Filter customers created after this timestamp (inclusive)
Filter customers created before this timestamp (inclusive)
Filter customers updated after this timestamp (inclusive)
Filter customers updated before this timestamp (inclusive)
Maximum number of results to return (default 20, max 100)
1 <= x <= 100Cursor for pagination (returned from previous request)
Filter by uma address
Whether to include deleted customers in the results. Default is false.
Successful operation
List of customers matching the filter criteria
Indicates if more results are available beyond this page
Cursor to retrieve the next page of results (only present if hasMore is true)
Total number of customers matching the criteria (excluding pagination)