Retrieves a paginated list of all invoices for the organization. Results include invoice status, amounts, customer information, and payment details.
A valid request URL is required to generate request examples
{ "data": [ "<array>" ], "meta": { "page": 1, "limit": 20, "totalItems": 100, "totalPages": 5, "hasNextPage": true, "hasPreviousPage": false } }
Page number (1-indexed)
x >= 1
1
Number of items per page
1 <= x <= 100
20
Paginated list of invoices retrieved successfully
Array of items
Pagination metadata
Show child attributes
Was this page helpful?