List
Returns a paginated invoice list with optional filtering and sorting.
Authorizations
Client API key sent as a bearer token.
Client directory identifier. Legacy directory header is still accepted for backward compatibility.
Query Parameters
Page number. Default: 1.
x >= 1Number of results per page. Default: 250, maximum: 500.
1 <= x <= 500Predefined date range filter.
cur_month, prev_month, last_30_days, last_60_days, last_90_days, custom Invoice date field used together with period.
added_date, issue_date, service_date, payment_term, payment_date Start date for period=custom in YYYY-MM-DD format.
End date for period=custom in YYYY-MM-DD format.
Comma-separated invoice types. Available options: s - sales invoices, c - correcting invoices, p - purchase invoices.
"s,c"
Comma-separated invoice statuses. Available options: issued, paid, semipaid, overdue.
"issued,overdue"
Comma-separated branch IDs.
"1,2"
Comma-separated customer VAT numbers.
"PL1234567890,DE123456789"
Partial customer name.
Customer country code.
"pl"
Search by invoice number, related order number, or invoice item text.
Sort field. Default: issue_date.
issue_date, service_date, payment_term, payment_date, nr, amount_gross, amount_net, amount_tax, customer_name, added_time Sort direction. Default: desc.
asc, desc