curl -X GET '/unified-transactions/export/exp_01abc123/download' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--output transactions.pdf
{
"info": "Returns the file directly as application/pdf or text/csv depending on the export format. Save the response body to a file."
}
Unified Transactions
Download Export
Download a previously requested transaction export
GET
/
v1
/
unified-transactions
/
export
/
{exportId}
/
download
curl -X GET '/unified-transactions/export/exp_01abc123/download' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--output transactions.pdf
{
"info": "Returns the file directly as application/pdf or text/csv depending on the export format. Save the response body to a file."
}
string
required
Bearer token:
Bearer YOUR_ACCESS_TOKENstring
required
The export ID returned when the export was requested.
curl -X GET '/unified-transactions/export/exp_01abc123/download' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--output transactions.pdf
{
"info": "Returns the file directly as application/pdf or text/csv depending on the export format. Save the response body to a file."
}

