Get all subscription Add-Ons for subscription

All subscription Add-Ons for a subscription can be fetched with the following call:

curl "https://api.reepay.com/v1/subscription/leasing_00425/add_on" \
  -u "priv_dbd002cf1313cb4213efcfb3afebfb66:" -H  "Accept: application/json"

Response:

[
  {
    "handle": "sn764654216",    
    "amount": 12900,
    "add_on": {
      "name": "Super Laptop X2",
      ...
    }
  },
  {
    "handle": "extended_laptop_support",
    "quantity": 1,
    "amount": 50000,
    "add_on": {
      "name": "Extended laptop support",
      ...
    }
  }
]