---
title: "Retrieves monthly cancellations summary"
method: GET
path: "/api/company_analytic/v1/monthly_cancellations"
tags: ["Analytics"]
---

# Retrieves monthly cancellations summary

`GET /api/company_analytic/v1/monthly_cancellations`

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.

## Response `200`

returns the monthly cancellation summary details

- object
  - `data` object[]
    - `key` string
    - `value` integer
    - `reference` string

## Other responses

- `401` — returns unauthorized when api key is invalid
- `404` — returns not found when there is no data
- `422` — returns unprocessable entity on unexpected errors

---

[API](https://skmtc.net/totalpass/apis/token-use.md) · [All operations](https://skmtc.net/totalpass/apis/token-use/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalpass/token-use/versions/bc65b4950c7e/schema)
