List all subscription invoices
Returns a paginated list of invoices associated with the given subscription. Use this to show invoice history and billing status per subscription, display a timeline of past/current invoices, and let users download or inspect previous and current charges.
Documentation Index
Fetch the complete documentation index at: https://docs.salesbricks.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Path Parameters
^([a-zA-Z\d\-]+)$Query Parameters
Number of results to return per page.
The initial index from which to return the results.
Order results by field (prefix with '-' for descending order)
-amount, -created_at, -due_at, amount, created_at, due_at Filter invoices: past / current by billing period (starts_at vs today); due by invoice status (unpaid: outstanding, due, past due, partially paid, unpaid); all for no extra filter.
all, current, due, past