BrandKwikID Documentation
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""
Formatstring
provider_inunknown

The name of the provider (mahavitran/ adani)

Default""
Formatstring

Response Body

curl -X GET "https://__mock__/verification/v2/electricity/getbill//"
{
  "message": "string"
}
{
  "detail": {
    "<location>": {
      "<field_name>": [
        "string"
      ]
    }
  },
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}