v1

latestOpenAPI 3.0.22026-07-26480119.6 KB
Analytics

Retrieves monthly beneficiary rankings

This endpoint generates a ranking of beneficiaries based on their usage frequency within a specific month. It highlights the top users (both holders and dependents), showing their ranking position, total usage count, and the moment the goal was completed.

get/api/company_analytic/v1/monthly_beneficiary_rankings

Response

returns the monthly beneficiary rankings summary details

Example response

{
  "data": [
    {
      "key": "09234567810",
      "value": "30",
      "reference": "2025-09",
      "type": "holder",
      "ranking_position": "1",
      "completion_moment": "2025-09-30 08:00"
    }
  ]
}