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."
}
Download a previously requested transaction export
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."
}
Bearer YOUR_ACCESS_TOKENcurl -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."
}