Invoices
GET
/v1/billing/invoicesBearer tokenList all invoices with optional filtering by customer, status, and date range.
Query Parameters
customer_idstringFilter invoices by customer.
statusstringFilter by status: draft, issued, paid, overdue, void.
fromstringStart date (ISO 8601 format).
tostringEnd date (ISO 8601 format).
Response
Response