Endpoint
Authentication
All requests require anx-api-key header.
Request body
Controls how many fields are included in the output. Defaults to
standard. See the table below for details.The start of the date range to export, in ISO 8601 datetime format. Example:
2026-01-01T00:00:00ZThe end of the date range to export, in ISO 8601 datetime format. Example:
2026-03-31T23:59:59ZFilter by payment method. Matches the
payment_method field on transactions (e.g., cash, card, ebt, mobile).Filter by compliance status. One of:
PASS, WARN, FAILExport modes
| Mode | Fields included | Use case |
|---|---|---|
standard | 53 fields | Regulatory submissions and compliance audits |
full | All available fields | Complete data export for internal analysis |
summary | Key fields only | Quick overview or executive reporting |
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.