Get all health plans

This page will help you get started with Get all Health plans.

API url
Staging: https://app.staging.rohealth.ng/api/external/plans
Production: https://app.rohealth.ng/api/external/plans

GET request

Below is a sample response

{
    "status": {
        "code": 100,
        "desc": "Success"
    },
    "entity": [
        {
            "id": "1",
            "created": "2022-01-01 00:00:00"
            "hmo": "4",
            "name": "FGH Pearl Individual",
            "price": "3600",
            "status": "1",
            "slug": "fgh-pearl-individual-1",
            "above_status": "0",
            "featured": "0",
            "Plan_type": "Individual",
            "plan_provider": "FGH",
            "ward_type": "General",
            "dental": "Covered",
            "optical_care": "Covered",
            "gym": "Not Covered",
            "an_pn_childbirth": "Covered",
            "gynecology": "Covered",
            "emergency": "Covered",
            "drugs": "Covered",
            "surgery_coverage": "15000000",
            "benefit_detail_link": "https://docs.google.com/spreadsheets/d/1R4IbkegWJBPnfyBOkfrv7mO2K4TZ-SFi/edit?usp=sharing&ouid=108723155482891214877&rtpof=true&",
            "payment_duration": "0",
            "immediate_activation": "1",
            "description": "",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1627523573/rohealth/hmos/hmo_4.jpg"
        },
        {
            "id": "2",
            "created": "2022-01-01 00:00:00"
            "hmo": "4",
            "name": "FGH Pearl Family",
            "price": "12700",
            "status": "1",
            "slug": "fgh-pearl-family-2",
            "above_status": "0",
            "featured": "0",
            "Plan_type": "Family",
            "plan_provider": "FGH",
            "ward_type": "General",
            "dental": "Covered",
            "optical_care": "Covered",
            "gym": "Not Covered",
            "an_pn_childbirth": "Covered",
            "gynecology": "Covered",
            "emergency": "Covered",
            "drugs": "Covered",
            "surgery_coverage": "35000000",
            "benefit_detail_link": "https://docs.google.com/spreadsheets/d/15YccMnrZyAgYT5aKNCQwRcXItKFT9I9K/edit?usp=sharing&ouid=111058228374856600864&rtpof=true&",
            "payment_duration": "0",
            "immediate_activation": "1",
            "description": "",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1627523573/rohealth/hmos/hmo_4.jpg"
        },
        {
            "id": "3",
            "created": "2022-01-01 00:00:00",
            "hmo": "4",
            "name": "FGH Special (1) Individual",
            "price": "1800",
            "status": "1",
            "slug": "fgh-special-1-individual-3",
            "above_status": "0",
            "featured": "0",
            "Plan_type": "Individual",
            "plan_provider": "FS(I",
            "ward_type": "General",
            "dental": "Covered",
            "optical_care": "Covered",
            "gym": "Not Covered",
            "an_pn_childbirth": "Covered",
            "gynecology": "Covered",
            "emergency": "Covered",
            "drugs": "Covered",
            "surgery_coverage": "50000000",
            "benefit_detail_link": "https://docs.google.com/spreadsheets/d/1R4IbkegWJBPnfyBOkfrv7mO2K4TZ-SFi/edit?usp=sharing&ouid=108723155482891214877&rtpof=true&",
            "payment_duration": "0",
            "immediate_activation": "1",
            "description": "",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1627523573/rohealth/hmos/hmo_4.jpg"
        },
        {
            "id": "4",
            "created": "2022-01-01 00:00:00",
            "hmo": "4",
            "name": "FGH Special (1) Family",
            "price": "7000",
            "status": "1",
            "slug": "fgh-special-1-family-4",
            "above_status": "0",
            "featured": "0",
            "Plan_type": "Family",
            "plan_provider": "FGH",
            "ward_type": "General",
            "dental": "Covered",
            "optical_care": "Covered",
            "gym": "Not Covered",
            "an_pn_childbirth": "Covered",
            "gynecology": "Covered",
            "emergency": "Covered",
            "drugs": "Covered",
            "surgery_coverage": "50000000",
            "benefit_detail_link": "https://docs.google.com/spreadsheets/d/1R4IbkegWJBPnfyBOkfrv7mO2K4TZ-SFi/edit?usp=sharing&ouid=108723155482891214877&rtpof=true&",
            "payment_duration": "0",
            "immediate_activation": "1",
            "description": "",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1627523573/rohealth/hmos/hmo_4.jpg"
        }
        
        }
    ],
    "meta": null
}
Language
Authorization
Query
Click Try It! to start a request and see the response here!