Get State For Country

Get State For Country

GET https://vapi.verifyme.ng/v1/countries/:id/states

Get all states for a country by country ID

Path Parameters

{
    "status": "success",
    "data": [
        {
            "id": 1,
            "name": "Abia",
            "code": "NG-AB"
        }
    ]
}

Last updated