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
Was this helpful?