Lists invoices with optional filtering.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter by invoice status (e.g., 'draft', 'sent', 'paid')
Filter by customer UUID
Filter invoices with invoice date greater than or equal to this date
Filter invoices with invoice date less than or equal to this date
Filter invoices with due date greater than or equal to this date
Filter invoices with due date less than or equal to this date
Filter invoices with amount greater than or equal to this value
Filter invoices with amount less than or equal to this value
Number of results to return per page
Number of results to skip
List of invoices retrieved successfully
The response is of type object
.