---
title: "Create Wholesaler"
method: POST
path: "/api/admin/wholesalers"
tags: ["admin-wholesalers"]
---

# Create Wholesaler

`POST /api/admin/wholesalers`

Create a wholesaler with its To/Cc recipient lists.

## Request body

- CreateWholesalerRequest
  - `name` string, required
  - `to_emails` string[], required
  - `cc_emails` string[]
  - `template_key` string
  - `subject_template` string, nullable
  - `body_template` string, nullable
  - `notes` string, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
