For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

id

string

Country ID

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

Last updated