---
title: "Get all your coupon collections"
method: GET
path: "/couponCollections"
tags: ["Coupons"]
---

# Get all your coupon collections

`GET /couponCollections`

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'
- `sortBy` 'createdAt' | 'remainingCoupons' | 'expirationDate'

## Response `200`

Coupon collections

- 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` — Record 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)
