Get State By ID

Get State By ID

GET https://vapi.verifyme.ng/v1/states/:state_id

Get State by State ID

Path Parameters

NameTypeDescription

id

string

State ID

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

Last updated