get https://public.billsby.com/api/v1/rest/billing//subscriptions//addons
Use this API request to get information on the add-ons attached to a specific subscription.
Add-ons are returned in array. Each result for individual add-ons is provided within the array.
Returned variables
| Variable name | Description |
|---|---|
| id | The ID number of the add-on |
| name | The name of the add-on |
| isForced | Whether the add-on is optional or forced; true (forced) or false (optional) |
| status | Is the add-on active |
| quantity | The number of units if the add-on is unit based |
