List Invoices
Returns Invoices for the organization.
Required scope: invoices:read
Query Params
searchstring
Search by name, code, or reference
location_idinteger
Filter by branch/location ID
customer_idinteger
Filter by customer ID
statusstring
Filter by invoice status (e.g. due, paid, draft)
limitinteger
Page size (default 20, max 100)
offsetinteger
Pagination offset (default 0)
Responses
200OK
Request succeeded.
401Unauthorized
API key is missing or invalid.
403Forbidden
API key lacks the required scope.
404Not Found
Invoices was not found.
422Validation Error
Request validation failed.