Skip to main content
GET
/
invoices
/
{invoiceId}
/
items.csv
Invoice (CSV)
curl --request GET \
  --url https://api.getredo.com/v2.2/invoices/{invoiceId}/items.csv \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

invoiceId
string
required

Invoice ID

Example:

"64e4d5e837572a4813b73e40"

Response

Success

The response is of type file.