Skip to main content
GET
Export transactions as Excel

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json.

Path Parameters

businessId
string
required

The UUID of the business to export transactions for.

Query Parameters

start_date
string<date-time>

Start date for transaction filtering (ISO 8601 format).

end_date
string<date-time>

End date for transaction filtering (ISO 8601 format).

account_filter
string

Filter transactions by account.

categorization_status
enum<string>

Filter by categorization status.

Available options:
CATEGORIZED,
UNCATEGORIZED,
PENDING

Response

Pre-signed URL for downloading the Excel export.

data
object
required

A pre-signed URL to download a document.