---
title: "Create coupons for a coupon collection"
method: POST
path: "/coupons"
tags: ["Coupons"]
---

# Create coupons for a coupon collection

`POST /coupons`

## Request body

- CreateCoupons
  - `collectionId` string, uuidv4, required — The id of the coupon collection for which the coupons will be created
  - `coupons` string[], required

## Response `204`

Coupons creation in progress

## Other responses

- `400` — bad request
- `401` — unauthorized
- `404` — Coupon collection not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
