List plans
List all plans with their prices and features. Optionally include private plans.
List all plans with their prices and features. Optionally include private plans.
ApiKeyAuth In: header
application/json
curl -X GET "https://commet.co/api/plans"List all plans with their prices and features. Optionally include private plans.
Set to 'true' to include private plans
{
"success": true,
"data": [
{
"id": "string",
"code": "string",
"name": "string",
"description": "string",
"isPublic": true,
"isFree": true,
"isDefault": true,