POST
/
api
/
v1
/
in
/
plan
/
dth
/
info
curl --request POST \
  --url https://infopass.in/api/v1/in/plan/dth/info \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "mobile": "3035735884",
  "opCode": "24"
}'
{
  "code": "0x0200",
  "message": "Record found successful.",
  "status": "SUCCESS",
  "data": {
    "VC": "3035735884",
    "Name": "MR Shobha Rai",
    "Rmn": "9506917947",
    "Balance": "35.34",
    "Monthly": "",
    "Next Recharge Date": "",
    "Plan": "",
    "Address": " h no.. 44 two farlong race course cantt Lucknow Uttar Pradesh",
    "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 · object

Response

200
application/json
OK

The response is of type object.