Authorizations
API token authentication using format <api token id>:<api client secret>
Query Parameters
Filter by platform-specific customer identifier
Filter by customer type
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 <= 100
Cursor for pagination (returned from previous request)
Filter by uma address
Whether to include deleted customers in the results. Default is false.
Response
Successful operation
List of customers matching the filter criteria
- Individual Customer
- Business Customer
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)