GET /offers/coupon/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total_count": 6,
    "page_size": 10,
    "next": null,
    "previous": null,
    "results": [
        {
            "slug": "laser-treatment",
            "heading": "Laser Treatment",
            "key": "Free Trial",
            "show_heading": true,
            "discount": 40.0,
            "image": "https://d2i00yqiugujny.cloudfront.net/offers_coupons/laser__treatment.webp",
            "terms_and_conditions": "T&C applied"
        },
        {
            "slug": "cosmetic-treatment",
            "heading": "Cosmetic Treatment",
            "key": "Buy one get one free",
            "show_heading": true,
            "discount": 40.0,
            "image": "https://d2i00yqiugujny.cloudfront.net/offers_coupons/cosmetic.webp",
            "terms_and_conditions": ""
        },
        {
            "slug": "hair-treatment",
            "heading": "Hair Treatment",
            "key": "Free Trial",
            "show_heading": true,
            "discount": 40.0,
            "image": "https://d2i00yqiugujny.cloudfront.net/offers_coupons/GFC.webp",
            "terms_and_conditions": ""
        },
        {
            "slug": "slimming-therapies",
            "heading": "Slimming Therapies",
            "key": "Buy one get one free",
            "show_heading": true,
            "discount": 50.0,
            "image": "https://d2i00yqiugujny.cloudfront.net/offers_coupons/slimmingcoupon.jpg",
            "terms_and_conditions": ""
        },
        {
            "slug": "dermat-treatment",
            "heading": "Dermat Treatment",
            "key": "Buy one get one free",
            "show_heading": true,
            "discount": 40.0,
            "image": "https://d2i00yqiugujny.cloudfront.net/offers_coupons/Botoxcoupon.webp",
            "terms_and_conditions": "T&C applied"
        },
        {
            "slug": "cryo-therapies",
            "heading": "Cryo Therapies",
            "key": "Free Trial",
            "show_heading": true,
            "discount": 60.0,
            "image": "https://d2i00yqiugujny.cloudfront.net/offers_coupons/Cryolipolysis.coupon.jpg",
            "terms_and_conditions": ""
        }
    ]
}