---
title: "CRM monthly count of used welfare vouchers"
method: GET
path: "/api/crm/welfare/vouchers/monthly-usage-count"
tags: ["welfare"]
---

# CRM monthly count of used welfare vouchers

`GET /api/crm/welfare/vouchers/monthly-usage-count`

## Query parameters

- `month` integer, required
- `year` integer, required

## Response `200`

Successful Response

- WelfareVoucherMonthlyUsageCountResponse — Monthly CRM aggregate for used welfare vouchers.
  - `month` integer, required
  - `year` integer, required
  - `used_count` integer, required
  - `period_start` string, date, required
  - `period_end` string, date, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
