v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-02-16143114179.4 KB
Analytics

Get churn cohort analysis

Monthly cohort retention matrix showing what percentage of each cohort is retained over time.

get/api/analytics/churn-cohorts

Query parameters

monthsnumber

Number of months to analyze (default 12)

Response

Cohort retention matrix

monthsstring[] required

Example response

{
  "cohorts": [
    {
      "month": "2026-01"
    }
  ]
}