POST
/
api
/
v1
/
service
/
recharge
/
offers
curl --request POST \
  --url https://eazype.com/api/v1/service/recharge/offers \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "mobile": "7880383325",
  "operatorCode": "2"
}'
{
  "code": "0x0200",
  "status": "SUCCESS",
  "message": "Offer Successfully Checked",
  "data": {
    "mobile": "7880383325",
    "plan": [
      {
        "amount": "155",
        "offerText": "Get 1GB data and 24 days of validity at just Rs155",
        "desc": "155=Unlimited call, 1GB data aur 300 SMS, 24 din"
      },
      {
        "amount": "239",
        "offerText": "Get 1.5GB/day data and 28 days of validity at just Rs239",
        "desc": "RC239=Unlimited call, 1.5GB/din, 100SMS/din, 28din"
      },
      {
        "amount": "329",
        "offerText": "Get 5GB data and 56 days of validity at just Rs329",
        "desc": "329=Unlimited call, 5GB data aur 300 SMS, 56 din"
      },
      {
        "amount": "666",
        "offerText": "Get 1.5GB/day data and 84 days of validity at just Rs666",
        "desc": "RC666=UL call, 1.5GB/D, 84D (Sirf Rs.222/mahina)"
      },
      {
        "amount": "299",
        "offerText": "Get 2GB/day data and 28 days of validity at just Rs299",
        "desc": "RC299=Unlimited call, 2GB/din, 100SMS/din,28 din"
      },
      {
        "amount": "209",
        "offerText": "Get 1GB/day data and 28 days of validity at just Rs209",
        "desc": "RC209=Unltd call, 1GB/din, 100SMS/din, 28 din"
      },
      {
        "amount": "399",
        "offerText": "Xstream Play for 28 days & 3GB/day at just Rs399",
        "desc": "399=20+ OTTs Xstream Play par,ULCL,3GB/D, 28D"
      },
      {
        "amount": "179",
        "offerText": "Get 2GB data and 28 days of validity at just Rs179",
        "desc": "RC179=Unlimited call, 2GB data aur 300 SMS, 28 din"
      },
      {
        "amount": "719",
        "offerText": "Get 2GB/day data and 84 days of validity at just Rs719",
        "desc": "719=Unltd call, 2GB/din aur 100 SMS/din, 84 din"
      }
    ]
  }
}

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.