Documentation Index
Fetch the complete documentation index at: https://piriod-d406ac55.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Pagination
List endpoints return a paginated payload:| Parameter | Type | Default | Notes |
|---|---|---|---|
page | integer | 1 | 1-indexed page number. |
page_size | integer | 20 | Items per page (max 100). |
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:
