Pagination
List endpoints return a paginated payload:Filtering
Filters are exposed as query parameters. Each list endpoint declares the filterable fields in the API Reference (see the Parameters tab). For example,GET /customers/ accepts country, email, name, tax_id, created,
subscriptions, sources.
Common patterns:
Filtering by metadata
Resources that expose ametadata field accept arbitrary filters using the
metadata__<key> pattern:
Ordering
Useordering to sort the results. Prefix the field name with - for
descending order:
Search
Some endpoints exposesearch for free-text matching across configured fields:
