Commet
  • Precios
Iniciar SesiónRegistrarse
Add plan to group POSTCreate plan group POSTDelete plan group DELETEGet plan group GETList plan groups GETRemove plan from group DELETEReorder plans in group PUTUpdate plan group PUT
DocumentaciónRecursosConstruir con AIAPI ReferenceWebhooks

List plan groups

List plan groups with cursor-based pagination.

Get plan group GET

Retrieve a plan group by ID, including its plans ordered by sortOrder.

Remove plan from group DELETE

Remove a plan from a plan group.

GET
/plan-groups

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Query Parameters

limit?integer
cursor?string

Response Body

application/json

curl -X GET "https://commet.co/api/v1/plan-groups"

List plan groups with cursor-based pagination.

Max 100, default 25

{
  "success": true,
  "data": [
    {
      "object": "plan_group",
      "livemode": true,
      "id": "string",
      "name": "string",
      "description": "string",
      "isPublic": true,
      "createdAt": "2019-08-24T14:15:22Z"





,
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"hasMore": true,
"nextCursor": "string"
}