Get Lga By ID
Get Lga By ID
GET
https://vapi.verifyme.ng/v1/lgas/:lga_id
Get Lga by Lga ID
Path Parameters
Name
Type
Description
lga_id
string
Lga ID
{
"status": "success",
"data": {
"id": 1,
"name": "Aba North",
"code": "LGA1"
}
}
Last updated
Was this helpful?