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

[
    {
        "id": 1,
        "placement": "website",
        "payment_gateway": "paypal",
        "payment_gateway_id": "0000",
        "annual_price": "0.00",
        "monthly_price": "0.00",
        "was_price": null,
        "discount_percentage": null,
        "product": {
            "name": "STARTER",
            "tier": "FREE"
        }
    },
    {
        "id": 5,
        "placement": "direct",
        "payment_gateway": "paypal",
        "payment_gateway_id": "P-4B668856YG705164LM3GM66A",
        "annual_price": "17.94",
        "monthly_price": "1.49",
        "was_price": "2.99",
        "discount_percentage": 50,
        "product": {
            "name": "HOME",
            "tier": "TIER_2"
        }
    },
    {
        "id": 4,
        "placement": "direct",
        "payment_gateway": "paypal",
        "payment_gateway_id": "P-96388365PM4316900M3GNMMA",
        "annual_price": "59.94",
        "monthly_price": "4.99",
        "was_price": "9.99",
        "discount_percentage": 50,
        "product": {
            "name": "CLUB",
            "tier": "TIER_3"
        }
    },
    {
        "id": 6,
        "placement": "app",
        "payment_gateway": "paypal",
        "payment_gateway_id": "P-4B668856YG705164LM3GM66A",
        "annual_price": "17.94",
        "monthly_price": "1.49",
        "was_price": "2.99",
        "discount_percentage": 50,
        "product": {
            "name": "HOME",
            "tier": "TIER_2"
        }
    },
    {
        "id": 2,
        "placement": "website",
        "payment_gateway": "paypal",
        "payment_gateway_id": "P-75562847SY056973AM2TZFTY",
        "annual_price": "35.88",
        "monthly_price": "2.99",
        "was_price": null,
        "discount_percentage": null,
        "product": {
            "name": "HOME",
            "tier": "TIER_2"
        }
    },
    {
        "id": 7,
        "placement": "app",
        "payment_gateway": "paypal",
        "payment_gateway_id": "P-96388365PM4316900M3GNMMA",
        "annual_price": "59.94",
        "monthly_price": "4.99",
        "was_price": "9.99",
        "discount_percentage": 50,
        "product": {
            "name": "CLUB",
            "tier": "TIER_3"
        }
    },
    {
        "id": 3,
        "placement": "website",
        "payment_gateway": "paypal",
        "payment_gateway_id": "P-3G256921JF618420LM2TZGJI",
        "annual_price": "119.88",
        "monthly_price": "9.99",
        "was_price": null,
        "discount_percentage": null,
        "product": {
            "name": "CLUB",
            "tier": "TIER_3"
        }
    }
]