v1

latestOpenAPI 3.0.22026-07-26480119.6 KB
Analytics

Retrieves monthly cancellations summary

This endpoint retrieves a statistical summary of cancellations for a specified month, distinguishing between holders and dependents. It is essential for tracking churn rates and understanding retention trends within the company group over time.

get/api/company_analytic/v1/monthly_cancellations

Response

returns the monthly cancellation summary details

Example response

{
  "data": [
    {
      "key": "holders",
      "value": 25,
      "reference": "2025-09"
    }
  ]
}