Skip to main content
GET
Invoice List Api

Authorizations

Authorization
string
header
required

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

Query Parameters

invoice_status
string

Filter by invoice status (e.g., 'draft', 'sent', 'paid')

customer
string

Filter by customer UUID

invoice_date_gte
string<date>

Filter invoices with invoice date greater than or equal to this date

invoice_date_lte
string<date>

Filter invoices with invoice date less than or equal to this date

due_date_gte
string<date>

Filter invoices with due date greater than or equal to this date

due_date_lte
string<date>

Filter invoices with due date less than or equal to this date

amount_gte
number

Filter invoices with amount greater than or equal to this value

amount_lte
number

Filter invoices with amount less than or equal to this value

search
string | null
sort_by
string | null
limit
integer

Number of results to return per page

offset
integer

Number of results to skip

Response

200 - application/json

List of invoices retrieved successfully

items
InvoiceOut2 · object[]
required
count
integer
required