List Plan Invoices
Returns invoices generated for a specific subscription plan, across all subscribers. Each renewal cycle produces a new invoice per subscriber — this endpoint surfaces the full billing history of the plan.
Invoice payload structure is identical to standard invoices — see Get Regular Invoice Info for field reference. To narrow down to a single subscriber, use List Subscriber Invoices instead.
GET
/api/subscriptions/%plan_id%/invoicesAuth: RequiredQuery Parameters
pagenumberRequiredPage number.
perPagenumberRequiredItems per page.
More attributes
Response
dataarrayList of invoice objects. Each entry follows the standard invoice payload — see Get Regular Invoice Info for the field structure.
pagenumberCurrent page number.
perPagenumberItems per page.
totalPagesnumberTotal pages available.
totalItemsnumberTotal invoices matching the filter.