List active add-ons
List all active add-ons for a customer's subscription.
List all active add-ons for a customer's subscription.
ApiKeyAuth In: header
application/json
application/json
application/json
curl -X GET "https://commet.co/api/addons/active"List all active add-ons for a customer's subscription.
Commet customer ID
Your external customer ID
{
"success": true,
"data": [
{
"slug": "string",
"name": "string",
"basePrice": 0,
"featureCode": "string",
"featureName": "string",
"featureType": "string",
"consumptionModel": "boolean"
{
"success": false,
"code": "string",
"message": "string",
"details": null
}{
"success": false,
"code": "string",
"message": "string",
"details": null
}