Get plan
Get detailed plan information by code or ID.
Get detailed plan information by code or ID.
ApiKeyAuth In: header
application/json
application/json
curl -X GET "https://commet.co/api/plans/string"Get detailed plan information by code or ID.
Plan code or ID
{
"success": true,
"data": {
"id": "string",
"code": "string",
"name": "string",
"description": "string",
"isPublic": true,
"isDefault": true,
"sortOrder": 0,
"prices"
{
"success": false,
"code": "string",
"message": "string",
"details": null
}