Skip to content

Subscriptions endpoints

MethodPath (example)Description
GET/subscriptionsPlan list
POST/subscriptionsCreate plan (SUPERADMIN)
PATCH/DELETE/subscriptions/:idUpdate / delete
POST/subscriptions/:id/assignAssign to organization

Plan body (conceptual)

json
{
  "name": "Pro",
  "features": {
    "analytics_bots": true,
    "data_sources": true,
    "workflows": false,
    "live_chat": true
  },
  "limits": {
    "projects": 50,
    "agents": 200,
    "knowledgeBases": 20,
    "knowledge_files": 5000,
    "storage_mb": 10240,
    "integrations": 100
  }
}

Field names must match the backend schema exactly.

Cere Insight 2.0 documentation