Skip to main content
POST
/
v1
/
in
/
plan
/
dth
/
info
DTH Info
curl --request POST \
  --url https://base_url/v1/in/plan/dth/info \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "mobile": "1234556788",
  "opCode": "24"
}
'
{
  "code": "0x0200",
  "message": "Record found successful.",
  "status": "SUCCESS",
  "data": {
    "VC": "1234556788",
    "Name": "user name",
    "Rmn": "1234567775",
    "Balance": "35.34",
    "Monthly": "",
    "Next Recharge Date": "",
    "Plan": "",
    "Address": " address",
    "City": "",
    "District": "20",
    "State": "",
    "PIN Code": "226002"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

The body is of type object.

Response

OK

The response is of type object.