Get plan group
Retrieve a plan group by ID, including its plans ordered by sortOrder.
Retrieve a plan group by ID, including its plans ordered by sortOrder.
ApiKeyAuth In: header
application/json
application/json
curl -X GET "https://commet.co/api/v1/plan-groups/string"Retrieve a plan group by ID, including its plans ordered by sortOrder.
Plan group public ID
{
"success": true,
"data": {
"object": "plan_group",
"livemode": true,
"id": "string",
"name": "string",
"description": "string",
"isPublic": true,
"plans": [
{
"id"
{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}