API Reference · Customers
List customers
Returns a cursor-paginated list of customers, newest first.
GET
/v1/customersSupports cursor pagination and an `email` filter for exact-match lookups.
Returnslist of customer objects
Query parameters
limitintegerdefault: 10Max results.
Constraints: 1 <= limit <= 100
starting_afterstringCursor for the next page.
ending_beforestringCursor for the previous page.
emailstringFilter to an exact email match.