ZedCheckout
GET /churn/analytics

Analytics churn

Vue agrégée : distribution par label, tendances et clients à risque pour votre tenant.

GEThttps://zedcheckout.com/api/v1/churn/analytics

Vue agrégée : distribution par label, tendances et clients à risque pour votre tenant.

AuthX-API-Key
CatégorieChurn

Query parameters

NomTypeRequisDescription
periodstring7d | 30d | 90d (défaut 30d)

Exemples

curl -X GET 'https://zedcheckout.com/api/v1/churn/analytics' \
  -H 'X-API-Key: api_zedcheckout_votre_cle_api'

Réponses

200OK
{
  "period": "30d",
  "distribution": { "critical": 12, "high": 45, "medium": 120, "low": 823 },
  "avg_score": "0.28",
  "at_risk_count": 57
}