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:

Sample Response

Last updated

Was this helpful?