v1

latestOpenAPI 3.0.22026-07-26480119.6 KB
Analytics

Retrieves monthly active beneficiaries summary by plans

This endpoint provides a monthly summary of active beneficiaries categorized by their subscription plans (e.g., TP1, TP2). It allows partners to visualize the distribution of active users across different plan tiers for a specific reference period, aiding in financial and usage analysis.

get/api/company_analytic/v1/monthly_active_beneficiary_by_plans

Response

returns the monthly active beneficiary by plans summary details

Example response

{
  "data": [
    {
      "key": "TP 1",
      "reference": "2025-09",
      "value": 5
    }
  ]
}