Get plans by HMO

This page will help Get plans by HMO.

GET Request

staging URL : [https://app.staging.rohealth.ng/api/external/hmos/{HMOid}/plans]

Production URL : [https://app.rohealth.ng/api/external/hmos/{HMOid}/plans)]

Sample URL: https://app.staging.rohealth.ng/api/external/hmos/12/plans?page=1&size=20&name=Phillips

Sample response body:

{
    "status": {
        "code": 100,
        "desc": "Success"
    },
    "entity": [
        {
            "id": "101",
            "created": "2022-03-25 14:17:31",
            "updated": null,
            "hmo": "12",
            "name": "Phillips Riders Plan",
            "price": "1000",
            "status": "1",
            "slug": "phillips-riders-plan-12",
            "above_status": "1",
            "featured": "1",
            "Plan_type": "Individual",
            "plan_provider": "Phillips HMO",
            "ward_type": "General",
            "dental": "Covered",
            "optical_care": "Covered",
            "gym": "Not Covered",
            "an_pn_childbirth": "Not Covered",
            "gynecology": "Not Covered",
            "emergency": "Covered",
            "drugs": "Covered",
            "surgery_coverage": "150000",
            "benefit_detail_link": "https://docs.google.com/document/d/1L3jGT6FgEHAlvz_kkO11dVeHgIlhHnnP/edit?usp=sharing&ouid=101234486086382581962&rtpof=true&sd=t",
            "payment_duration": "0",
            "immediate_activation": "1",
            "description": "",
            "total_count": "1"
        }
    ],
    "meta": {
        "currentPage": "1",
        "pageSize": "20",
        "totalCount": "1",
        "totalPages": 1
    }
}
Language
Authorization
Query
Click Try It! to start a request and see the response here!