Skip to main content
GET
/
v1
/
transactions
/
export
Export transactions
curl --request GET \
  --url https://sandbox-api.borderless.xyz/v1/transactions/export \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Query Parameters

fromDate
string<date>

Start date for filtering transactions by createdAt (YYYY-MM-DD). Cannot be used with fromUpdatedDate.

Example:

"2003-01-01"

toDate
string<date>

End date for filtering transactions by createdAt (YYYY-MM-DD). Cannot be used with toUpdatedDate.

Example:

"2003-01-01"

fromUpdatedDate
string<date>

Start date for filtering transactions by updatedAt (YYYY-MM-DD). Cannot be used with fromDate.

Example:

"2003-01-01"

toUpdatedDate
string<date>

End date for filtering transactions by updatedAt (YYYY-MM-DD). Cannot be used with toDate.

Example:

"2003-01-01"

Response

200 - text/csv

CSV file containing the exported transactions.

The response is of type file.