Invoices
List invoices
GET /v2/api/invoices
Return a paginated list of invoices, most recent first.
Key permission: View All Transactions
Parameters
| Name | Type | Description |
|---|---|---|
| min_price | integer | Minimum price in cents. |
| max_price | integer | Maximum price in cents. |
| start_date | string | Start date (ISO 8601). |
| end_date | string | End date (ISO 8601). |
| page | integer | Page number. Default 1. |
| page_size | integer | Items per page. Default 10. |