Validate Meter

Validate Customer's Meter

POST https://sagecloud.ng/api/v2/electricity/validate-customer

This endpoint allows you to validate an electricity meter.

Headers

NameTypeDescription

Authorization

string

Check the Headers page.

Request Body

NameTypeDescription

account_number

string

Meter number of the customer.

type

string

Biller type e.g ikeja_electric_prepaid

{
    "success" : true,
    "customer" : {customer details}
}

Last updated