GET https://vapi.verifyme.ng/v1/countries/:id/states
GET
https://vapi.verifyme.ng/v1/countries/:id/states
Get all states for a country by country ID
id
string
Country ID
{ "status": "success", "data": [ { "id": 1, "name": "Abia", "code": "NG-AB" } ] }
Last updated 5 years ago