Get all HMOs

This page will help you get started with Get all HMOs.

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

GET request

Below is a sample response

{
    "status": {
        "code": 100,
        "desc": " HMO(s) Returned"
    },
    "entity": [
        {
            "name": "Test HMO",
            "address": "Yaba",
            "state": null,
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1656935961/rohealth/hmos/hmo_16.png",
            "hospital_count": null,
            "_id": 16
        },
        {
            "name": "Leadway Health",
            "address": "112/113 Funsho Williams Avenue Iponri, Lagos.",
            "state": "Lagos",
            "image_url": "",
            "hospital_count": null,
            "_id": 15
        },
        {
            "name": "Quality Test",
            "address": "33 Rohealth street ",
            "state": "Lagos",
            "image_url": "",
            "hospital_count": null,
            "_id": 14
        },
        {
            "name": "Bastion Health",
            "address": "2nd Floor, Union Bank Building, 1 Adeola Odeku St, Victoria Island 106104, Lagos",
            "state": "Abia",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1635503090/rohealth/hmos/hmo_13.png",
            "hospital_count": null,
            "_id": 13
        },
        {
            "name": "Phillips HMO",
            "address": "Phase 2, 70 Lanre Awolokun St, Gbagada, Lagos",
            "state": null,
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1635503125/rohealth/hmos/hmo_12.png",
            "hospital_count": null,
            "_id": 12
        },
        {
            "name": "First Guaranty Health",
            "address": "19b, Amore Street, off Toyin Ikeja.",
            "state": "Lagos",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1627523573/rohealth/hmos/hmo_4.jpg",
            "hospital_count": null,
            "_id": 4
        },
        {
            "name": "Hygeia HMO",
            "address": "Floors 6 – 7, Elephant House, 214, Broad street,Lagos Island.",
            "state": null,
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1635503159/rohealth/hmos/hmo_5.png",
            "hospital_count": null,
            "_id": 5
        },
        {
            "name": "LifeWorth HMO",
            "address": "13 Bishop St, Ilupeju.",
            "state": "Lagos",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1627585862/rohealth/hmos/hmo_6.png",
            "hospital_count": null,
            "_id": 6
        },
        {
            "name": "Oceanic Health",
            "address": "66, Muritala Mohammed Way, Ebute-Metta.",
            "state": "Lagos",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1627586072/rohealth/hmos/hmo_7.png",
            "hospital_count": null,
            "_id": 7
        },
        {
            "name": "Rothauge HMO",
            "address": "16B, Babatunde Street, Off Ogunlana Drive, Surulere.",
            "state": null,
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1627586100/rohealth/hmos/hmo_8.png",
            "hospital_count": null,
            "_id": 8
        },
        {
            "name": "Sterling HMO",
            "address": "HQ-Valley View Plaza, Opebi road",
            "state": "Lagos",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1635503302/rohealth/hmos/hmo_9.png",
            "hospital_count": null,
            "_id": 9
        },
        {
            "name": "roHealth Insurance Plan",
            "address": "Yaba, Lagos Mainland",
            "state": "Lagos",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1633961235/rohealth/hmos/hmo_10.png",
            "hospital_count": null,
            "_id": 10
        },
        {
            "name": "Reliance HMO",
            "address": "32 Lanre Awolokun St, Gbagada.",
            "state": "Lagos",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1635503507/rohealth/hmos/hmo_11.png",
            "hospital_count": null,
            "_id": 11
        },
        {
            "name": "Alleanza HMO",
            "address": "Phase 2, 83B Basheer Shittu Avenue, Magodo Estate, Shangisha.",
            "state": "Lagos",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1627586232/rohealth/hmos/hmo_1.png",
            "hospital_count": null,
            "_id": 1
        },
        {
            "name": "Avon HMO",
            "address": "97/101 Broad St, Lagos Island.",
            "state": "Lagos",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1627586324/rohealth/hmos/hmo_2.png",
            "hospital_count": null,
            "_id": 2
        },
        {
            "name": "AXA Mansard",
            "address": "Santa Clara Court, Plot 1412 Ahmadu Bello Way, Victoria Island.",
            "state": "Lagos",
            "image_url": "http://res.cloudinary.com/codedmuyie/image/upload/v1627586410/rohealth/hmos/hmo_3.png",
            "hospital_count": null,
            "_id": 3
        }
    ],
    "meta": null
}
Language
Authorization
Query
Click Try It! to start a request and see the response here!