POST
/
api
/
v1
/
service
/
recharge
/
mobile
/
info
curl --request POST \
  --url https://eazype.com/api/v1/service/recharge/mobile/info \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "mobile": ""
}'
{
  "code": "0x0200",
  "status": "SUCCESS",
  "message": "Mobile Operator Fetched Successfully",
  "data": {
    "mobile": "6393323028",
    "operator": "Reliance Jio Infocomm Limited",
    "operatorCode": "11",
    "circle": "UP East",
    "circleCode": "54",
    "logo": "https://eazype.com/public/upload/mobile_recharge_logo/jio.png",
    "message": "Successfully"
  }
}

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string

Body

application/json ยท object

Response

200
application/json
OK

The response is of type object.