cURL
curl --request GET \ --url https://api.getredo.com/v2.2/invoices/{invoiceId}/items.csv \ --header 'Authorization: Bearer <token>'
"<string>"
Get an invoice as a CSV.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Invoice ID
"64e4d5e837572a4813b73e40"
Success
The response is of type file.
file
Was this page helpful?