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

Changes

Changed in 1 of the 2 revisions of this API.1