List feature access
List all features for a customer's active subscription, scoped by the customerId query parameter.
List all features for a customer's active subscription, scoped by the customerId query parameter.
ApiKeyAuth In: header
application/json
application/json
application/json
application/json
application/json
List all features for a customer's active subscription, scoped by the customerId query parameter.
curl -X GET "https://commet.co/api/v1/feature-access?customerId=string"{
"success": true,
"data": [
{
"code": "string",
"name": "string",
"type": "boolean",
"allowed": true,
"enabled": true,
"current": 0,
"included": 0,
{
"success": false,
"error": {
"type": "string",
"code": "string",
"message": "string",
"param": "string",
"details": null,
"doc_url": "string"
}
}{
"success": false,
"error": {
"type": "string",
"code": "string",
"message": "string",
"param": "string",
"details": null,
"doc_url": "string"
}
}{
"success": false,
"error": {
"type": "string",
"code": "string",
"message": "string",
"param": "string",
"details": null,
"doc_url": "string"
}
}{
"success": false,
"error": {
"type": "string",
"code": "string",
"message": "string",
"param": "string",
"details": null,
"doc_url": "string"
}
}