Skip to main content
The Analytics API exposes the same data that powers the Qonversion dashboard: time-series charts, KPI cards, cohort tables, LTV curves, and narrative insights. Every endpoint supports filtering by currency, date range, and segment where applicable.

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/meta to 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

MethodEndpointDescriptionStatus
GET/analytics/cards/{card_code}Get analytics card dataNew
GET/analytics/charts/{chart_code}Get analytics chart dataNew
GET/analytics/charts/{chart_code}/metaGet analytics chart metadataNew
GET/analytics/cohortsGet cohort analytics dataNew
GET/analytics/cohorts/metaGet cohort analytics metadataNew
GET/analytics/currenciesGet supported analytics currenciesNew
GET/analytics/insightsGet analytics insightsNew
GET/analytics/ltvGet LTV analytics dataNew
GET/analytics/ltv/metaGet LTV analytics metadataNew
GET/analytics/ltv/trial-conversionGet LTV trial-conversion analytics dataNew

Authentication

All v4 endpoints require a Secret Key. See Authentication.