List Individuals
Retrieves a paginated list of individuals for your customer account
Query parameters
limit
Number of records per page (max 100)
cursor
Cursor for pagination
product_type
Return only individuals that include this product type (e.g. on_ramp, off_ramp, global_payouts)
Allowed values:
Response
List Individuals
data
Array of individuals for the current page
has_next_page
Whether there are more pages available
cursor
Cursor for fetching the next page (null if no next page)
total_count
Total number of individuals matching the request filters (for the authenticated customer)

