Skip to main content
GET
/
v1
/
service
/
recharge
/
operator
/
mobile
Get Mobile Operators
curl --request GET \
  --url https://base_url/v1/service/recharge/operator/mobile \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: <content-type>'
{
  "code": "0x0200",
  "status": "SUCCESS",
  "message": "success",
  "data": [
    {
      "operatorName": "AIRTEL",
      "operatorId": "ATEL",
      "type": "mobile"
    },
    {
      "operatorName": "BSNL TOPUP",
      "operatorId": "BSNLT",
      "type": "mobile"
    },
    {
      "operatorName": "BSNL SPECIAL",
      "operatorId": "BSNLS",
      "type": "mobile"
    },
    {
      "operatorName": "IDEA",
      "operatorId": "IDEA",
      "type": "mobile"
    },
    {
      "operatorName": "RELIANCE JIO",
      "operatorId": "JIO",
      "type": "mobile"
    },
    {
      "operatorName": "VODAFONE",
      "operatorId": "VODAFONE",
      "type": "mobile"
    }
  ]
}

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
required

Response

OK

code
string
required
status
string
required
message
string
required
data
Data2 · object[]
required