List customers
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).
Authorizations
API token authentication using format <api token id>:<api client secret>
Query Parameters
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 customer region (ISO 3166-1 alpha-2 country code)
Filter by currency code. Returns customers that have this currency in their enabled currencies list.
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
Enhanced-due-diligence (EDD) fields available as optional patchable attributes on an individual customer. Referenced via allOf from IndividualCustomerFields, so these appear as top-level optional fields on the customer resource itself; there is no separate EDD resource. The specific set required for a given customer is driven by the KYC provider's per-jurisdiction / per-flow / per-volume-tier rules (surfaced through MISSING_FIELD errors on POST /verifications).
- 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)