v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-02-16143114179.4 KB
Add-Ons

List applied add-ons

View one-time charges applied to customers.

get/api/add-ons/applied/list

Query parameters

customerIdstring
invoicedboolean
pagenumber
limitnumber

Response

Paginated list of applied add-ons

idstring required
addOnIdstring required
customerIdstring required
subscriptionIdstring
amountstring required
currencystring required
invoiceIdstring
createdAtstring required

Example response

[
  {
    "amount": "29.9900",
    "currency": "USD"
  }
]