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).
Documentation Index
Fetch the complete documentation index at: https://ramps-05-22-docs-annotate-cards-intro-snippet-triggers-mint.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
- 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)