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
Example response
{
"cohorts": [
{
"month": "2026-01"
}
]
}