Key concepts
- Chart codes — Stable string identifiers for each chart (e.g.,
mrr,arr,trials). - Card codes — Stable identifiers for KPI cards shown in the dashboard header.
- Cohorts — Retention / conversion cohort matrices. Use
/v4/analytics/cohorts/metato discover available dimensions. - LTV — Revenue LTV and trial-to-paid conversion LTV are separate endpoints.
- Insights — Pre-computed narrative insights surfaced on the dashboard home screen.
Available endpoints
| Method | Endpoint | Description | Status |
|---|---|---|---|
| GET | /analytics/cards/{card_code} | Get analytics card data | New |
| GET | /analytics/charts/{chart_code} | Get analytics chart data | New |
| GET | /analytics/charts/{chart_code}/meta | Get analytics chart metadata | New |
| GET | /analytics/cohorts | Get cohort analytics data | New |
| GET | /analytics/cohorts/meta | Get cohort analytics metadata | New |
| GET | /analytics/currencies | Get supported analytics currencies | New |
| GET | /analytics/insights | Get analytics insights | New |
| GET | /analytics/ltv | Get LTV analytics data | New |
| GET | /analytics/ltv/meta | Get LTV analytics metadata | New |
| GET | /analytics/ltv/trial-conversion | Get LTV trial-conversion analytics data | New |