---
title: "CRM list of welfare voucher providers"
method: GET
path: "/api/crm/welfare/providers"
tags: ["welfare"]
---

# CRM list of welfare voucher providers

`GET /api/crm/welfare/providers`

## Query parameters

- `active_only` boolean

## Response `200`

Successful Response

- WelfareProviderResponse[] — Welfare voucher providers list response.
  - `id` string, uuid, required — Provider UUID
  - `name` string, required — Provider display name
  - `receipt_label` string, required — Label shown on receipts/documents
  - `is_active` boolean, required — Whether the provider is active
  - `created_at` string, date-time, nullable — Creation timestamp
  - `updated_at` string, date-time, nullable — Last update timestamp

## 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)
