Retrieve a list of invoices filtered by issuer, receiver, status or date range. Supports pagination following JSON:API specification.
Filter invoices where the specified company is the issuer.
Filter invoices where the specified company is the receiver.
Filter invoices by status.
draft
, sent
, paid
, cancelled
Filter invoices issued on or after this date (YYYY-MM-DD).
Filter invoices issued on or before this date (YYYY-MM-DD).
Number of invoices per page.
1 <= x <= 100
Cursor for pagination.
Invoices retrieved successfully
The response is of type object
.