Prepaid Plan Fetch

Method : GET
URL : https://{{api_base_url}}/recharge/prepaidPlanFetch?circle=1&operator_code=4
Header : Authorization:Bearer {{api_token}}

Request

REQUEST QUERY PARAM Type Required Description
operator_code Number Y Operator Code
circle Number Y Mobile circle

Response Data


                              {
                                "error":0,
                                "msg":"order success",
                                "status":1,
                                "planData":
                                {
                                "circle_id":1,
                                "_id":"642bf78ea955d3306b70fc70",
                                "plan":
                                [
                                {
                                    "Jio Cricket":
                                    [
                                    {
                                        "amount":699,
                                        "validity":"56 Days",
                                        "description":"Enjoy Unlimited Local STD & Roaming 
                                            calls Local STD & Roaming calls on any network 
                                            daily 3GB data and 100 SMS.",
                                        "talktime":"NA",
                                        "sms":NA,
                                        "disclaimer":"The plans are subjected to change. 
                                            Please cross verify",
                                        "is_valid":1
                                    }
                                    ]
                                }
                                ]
                                }
                              }