Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of documents
Partial attributes as specified, e.g. fields[transactions]=amount_in_cents,sales_tax_in_cents
Filter by site_id, for example ?filter[site_id]=111
Filter by customer_id, for example ?filter[customer_id]=456789
Filter by name or email, for example ?filter[name_or_email]=John
Filter by start_date, for example ?filter[start_date]=2024-12-01
Filter by end_date, for example ?filter[end_date]=2024-12-31