Export transactions as Excel
Exports
Export transactions as Excel
Exports transaction data as an Excel file. Returns a pre-signed URL for downloading the generated Excel file.
GET
Export transactions as Excel
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business to export transactions for.
Query Parameters
Start date for transaction filtering (ISO 8601 format).
End date for transaction filtering (ISO 8601 format).
Filter transactions by account.
Filter by categorization status.
Available options:
CATEGORIZED, UNCATEGORIZED, PENDING Response
Pre-signed URL for downloading the Excel export.
A pre-signed URL to download a document.