Coupons
Get a coupon collection by id
get/couponCollections/{id}
Path parameters
idstring uuidv4 required
Id of the collection to return
Response
Coupon collection
Example response
{
"id": "23befbae-1505-47a8-bd27-e30ef739f32c",
"name": "SummerPromotions",
"defaultCoupon": "10 OFF",
"createdAt": "2023-01-06T05:03:47.053+0000",
"totalCoupons": 10000,
"remainingCoupons": 5000,
"expirationDate": "2024-01-01T00:00:00Z",
"remainingDaysAlert": 5,
"remainingCouponsAlert": 5
}