Endpoint
Authentication
All requests require anx-api-key header.
Request body
string
Controls how many fields are included in the output. Defaults to
standard. See the table below for details.string
The start of the date range to export, in ISO 8601 datetime format. Example:
2026-01-01T00:00:00Zstring
The end of the date range to export, in ISO 8601 datetime format. Example:
2026-03-31T23:59:59Zstring
Filter by payment method. Matches the
payment_method field on transactions (e.g., cash, card, ebt, mobile).string
Filter by compliance status. One of:
PASS, WARN, FAILExport modes
Code example
Response
The response body is atext/csv file download. The Content-Type header will be text/csv. Use --output in curl or the appropriate stream handler in your HTTP client to write the file to disk.