---
title: "Create а coupon collection"
method: POST
path: "/couponCollections"
tags: ["Coupons"]
---

# Create а coupon collection

`POST /couponCollections`

## Request body

- CreateCouponCollection
  - `name` string, required — Name of the coupons collection
  - `defaultCoupon` string, required — Default coupons collection name
  - `expirationDate` string, date-time — Specify an expiration date for the coupon collection in RFC3339 format. Use null to remove the expiration date.
  - `remainingDaysAlert` integer — Send a notification alert (email) when the remaining days until the expiration date are equal or fall bellow this number. Use null to disable alerts.
  - `remainingCouponsAlert` integer — Send a notification alert (email) when the remaining coupons count is equal or fall bellow this number. Use null to disable alerts.

## Response `201`

Coupon collection created

- InlineResponse2013
  - `id` string, uuidv4, required — The id of the created collection

## Other responses

- `400` — bad request
- `401` — unauthorized

---

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