get https://app.rohealth.ng/api/external/hmos
This page will help you get started with Get a health plan.
API url
Staging: https://app.staging.rohealth.ng/api/external/plans/{{planid}}
Production: https://app.rohealth.ng/api/external/plans/{{planid}}
GET request
Add this defined variables {{planid}} to the url
Below is a sample response
{
"status": {
"code": 100,
"desc": "Success"
},
"entity": {
"id": "1",
"created": "2022-01-01 00:00:00",
"updated": null,
"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",
"hosptital_count": "555"
},
"meta": null
}