Get feature access
Get feature access details. Use action=canUse to check if customer can consume one more unit.
Get feature access details. Use action=canUse to check if customer can consume one more unit.
ApiKeyAuth In: header
application/json
application/json
curl -X GET "https://commet.co/api/features/string"Get feature access details. Use action=canUse to check if customer can consume one more unit.
Feature code
Set to 'canUse' to check access
{
"success": true,
"data": {
"code": "string",
"name": "string",
"type": "boolean",
"allowed": true,
"enabled": true,
"current": 0,
"included": 0,
"remaining"
{
"success": false,
"code": "string",
"message": "string",
"details": null
}