API endpoint to get products for Selfenrollment.

GET /api/get_product/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "product_id": "19198",
            "product_name": "Smart Health Book Deluxe",
            "single_price": "16.95",
            "family_price": "19.95",
            "restrictions": [
                {
                    "state": "AK",
                    "active": true
                },
                {
                    "state": "AR",
                    "active": true
                },
                {
                    "state": "CO",
                    "active": true
                },
                {
                    "state": "CT",
                    "active": true
                },
                {
                    "state": "HI",
                    "active": true
                },
                {
                    "state": "ID",
                    "active": true
                },
                {
                    "state": "NJ",
                    "active": true
                },
                {
                    "state": "NM",
                    "active": true
                },
                {
                    "state": "NY",
                    "active": true
                },
                {
                    "state": "NC",
                    "active": true
                },
                {
                    "state": "OK",
                    "active": true
                },
                {
                    "state": "OR",
                    "active": true
                },
                {
                    "state": "KS",
                    "active": true
                },
                {
                    "state": "RI",
                    "active": true
                },
                {
                    "state": "ME",
                    "active": true
                },
                {
                    "state": "SD",
                    "active": true
                },
                {
                    "state": "MD",
                    "active": true
                },
                {
                    "state": "TX",
                    "active": true
                },
                {
                    "state": "MN",
                    "active": true
                },
                {
                    "state": "UT",
                    "active": true
                },
                {
                    "state": "MO",
                    "active": true
                },
                {
                    "state": "VT",
                    "active": true
                },
                {
                    "state": "MT",
                    "active": true
                },
                {
                    "state": "WA",
                    "active": true
                },
                {
                    "state": "NV",
                    "active": true
                },
                {
                    "state": "NH",
                    "active": true
                }
            ]
        },
        {
            "product_id": "17187",
            "product_name": "Smart Health Book  Standard",
            "single_price": "12.95",
            "family_price": "15.95",
            "restrictions": [
                {
                    "state": "AK",
                    "active": true
                },
                {
                    "state": "MT",
                    "active": true
                },
                {
                    "state": "RI",
                    "active": true
                },
                {
                    "state": "UT",
                    "active": true
                },
                {
                    "state": "VT",
                    "active": true
                },
                {
                    "state": "WA",
                    "active": true
                }
            ]
        }
    ]
}