Skip to content

Subscriptions uç noktaları

MethodPath (örnek)Açıklama
GET/subscriptionsPlan listesi
POST/subscriptionsPlan oluştur (SUPERADMIN)
PATCH/DELETE/subscriptions/:idGüncelle / sil
POST/subscriptions/:id/assignOrganizasyona ata

Plan gövdesi (kavramsal)

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
  }
}

Alan adları backend şeması ile birebir eşleşmelidir.

Cere Insight 2.0 dokümantasyonu