Skip to main content

Retrieves the collection of Invoice resources.

GET 

/invoices

Currently the Invoice resource contains a notification index with a list of notification for the invoice. The notification index is deprecated in favour of using the endpoint /invoices/{uuid}/notifications

You can get an invoice collection in many different formats just specifying a different Accept header:

  • application/json, default, you get some metadata information together with the json payload that represent the invoice
  • application/zip, get a zip file with invoices collection (ZIP format)

Request

Responses

Invoice collection response