Verify Meter Number
Verify Electricity Meter number
Verify Meter no
GET
{{base_url}}/verifyelect
Provider: ABUJA, KADUNA,JOS, PH, IBADAN, IKEJA, EKO, ENUGU, KANO
Headers
Name
Type
Description
authorization*
PUBLIC_KEY
Set value to Bearer PUBLIC_KEY
Request Body
Name
Type
Description
provider*
String
e.g Distribution Company (Provider) as shown above
meterno*
String
Meter number
{
"status": true,
"name": "IBRAHIM MARY OPE",
"minvend": 200,
"maxvend": 1000000,
"vendtype": "PREPAID",
"address": "4, ORAN STR 1, . Und St. Central Area"
}
Take a look at how you might do this:
curl --location --request GET 'https://api.oneappgo.com/v1/verifyelect?meterno=45022599083&provider=ABUJA' \
--header 'Authorization: Bearer PUBLIC_KEY'
Sample Response
{
"status": true,
"name": "IBRAHIM MARY OPE",
"minvend": 200,
"maxvend": 1000000,
"vendtype": "PREPAID",
"address": "4, ORAN STR 1, . Und St. Central Area"
}
Last updated
Was this helpful?