---
title: "Get a coupon collection by id"
method: GET
path: "/couponCollections/{id}"
tags: ["Coupons"]
---

# Get a coupon collection by id

`GET /couponCollections/{id}`

## Path parameters

- `id` string, uuidv4, required

## Response `200`

Coupon collection

- GetCouponCollection
  - `id` string, uuidv4, required — The id of the collection.
  - `name` string, uuidv4, required — The name of the collection.
  - `defaultCoupon` string, required — The default coupon of the collection.
  - `createdAt` string, date-time, required — Datetime on which the collection was created.
  - `totalCoupons` integer, required — Total number of coupons in the collection.
  - `remainingCoupons` integer, required — Number of coupons that have not been sent yet.
  - `expirationDate` string, date-time — Expiration date for the coupon collection in RFC3339 format.
  - `remainingDaysAlert` integer — If present, an email notification is going to be sent the defined amount of days before the expiration date.
  - `remainingCouponsAlert` integer — If present, an email notification is going to be sent when the total number of available coupons falls below the defined threshold.

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