Get plan locations doc

This page will help you get started with Get Plan Locations.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

GET request

Below is a sample body payload

{
    "status": {
        "code": 100,
        "desc": "Success"
    },
    "entity": [
        {
            "location_id": "1",
            "name": "Abia State"
        },
        {
            "location_id": "2",
            "name": "Adamawa State"
        },
        {
            "location_id": "3",
            "name": "Akwa Ibom State"
        },
        {
            "location_id": "4",
            "name": "Anambra State"
        },
        {
            "location_id": "5",
            "name": "Bauchi State"
        },
        {
            "location_id": "6",
            "name": "Bayelsa State"
        },
        {
            "location_id": "7",
            "name": "Benue State"
        },
        {
            "location_id": "8",
            "name": "Borno State"
        },
        {
            "location_id": "9",
            "name": "Cross River State"
        },
        {
            "location_id": "10",
            "name": "Delta State"
        },
        {
            "location_id": "11",
            "name": "Ebonyi State"
        },
        {
            "location_id": "12",
            "name": "Edo State"
        },
        {
            "location_id": "13",
            "name": "Ekiti State"
        },
        {
            "location_id": "14",
            "name": "Enugu State"
        },
        {
            "location_id": "15",
            "name": "FCT"
        },
        {
            "location_id": "16",
            "name": "Gombe State"
        },
        {
            "location_id": "17",
            "name": "Imo State"
        },
        {
            "location_id": "18",
            "name": "Jigawa State"
        },
        {
            "location_id": "19",
            "name": "Kaduna State"
        },
        {
            "location_id": "20",
            "name": "Kano State"
        },
        {
            "location_id": "21",
            "name": "Katsina State"
        },
        {
            "location_id": "22",
            "name": "Kebbi State"
        },
        {
            "location_id": "23",
            "name": "Kogi State"
        },
        {
            "location_id": "24",
            "name": "Kwara State"
        },
        {
            "location_id": "25",
            "name": "Lagos State"
        },
        {
            "location_id": "26",
            "name": "Nasarawa State"
        },
        {
            "location_id": "27",
            "name": "Niger State"
        },
        {
            "location_id": "28",
            "name": "Ogun State"
        },
        {
            "location_id": "29",
            "name": "Ondo State"
        },
        {
            "location_id": "30",
            "name": "Osun State"
        },
        {
            "location_id": "31",
            "name": "Oyo State"
        },
        {
            "location_id": "32",
            "name": "Plateau State"
        },
        {
            "location_id": "33",
            "name": "Rivers State"
        },
        {
            "location_id": "34",
            "name": "Sokoto State"
        },
        {
            "location_id": "35",
            "name": "Taraba State"
        },
        {
            "location_id": "36",
            "name": "Yobe State"
        },
        {
            "location_id": "37",
            "name": "Zamfara State"
        }
    ],
    "meta": null
}

Try dragging a block from the right to see how easy it is to add more content!

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here!