Skip to main content
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."
}
Authorization
string
required
Bearer token: Bearer YOUR_ACCESS_TOKEN
exportId
string
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."
}