List customers with filtering and pagination

Retrieve customers with rich filtering, sorting, and pagination.

Filter by:

  • Customer attributes: customer_name, email, custom_data fields.
  • Dates: created_at, updated_at (range filters supported).
  • Search: use search parameter for flexible multi-field queries.

Pagination & sorting:

  • limit: page size (default varies by configuration).
  • cursor: pass 'next' or 'previous' from response to paginate.
  • order: field to sort by with - prefix for descending (e.g., -created_at).

Expand:

  • expand: comma-separated list of related resources to include (e.g., contacts).
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params

The cursor indicating a unique set of results - this should be auto generated and you get it from the next and previous fields of the response

The number of results to return - defaults to 10

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json