API SuiteUtility Bills
Electricity Bill Details
This API retrieves the service's credentials
Try itLoading playground…
Loading…
AuthorizationBearer <token>
JWT Bearer token authentication. Obtain a token from the KwikID dashboard.
In: header
Path Parameters
consumer_number_inunknown
The consumer number.
Default
""Format
stringprovider_inunknown
The name of the provider (mahavitran/ adani)
Default
""Format
stringResponse Body
curl -X GET "https://__mock__/verification/v2/electricity/getbill//"{
"message": "string"
}{
"detail": {
"<location>": {
"<field_name>": [
"string"
]
}
},
"message": "string"
}{
"detail": {},
"message": "string"
}