Skip to main content
GET
/
v1
/
service
/
recharge
/
operator
/
dth
Get DTH Operators
curl --request GET \
  --url https://base_url/v1/service/recharge/operator/dth \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: <content-type>'
{
  "code": "0x0200",
  "status": "SUCCESS",
  "message": "success",
  "data": [
    {
      "operatorName": "AIRTEL DTH",
      "operatorId": "ATELDTH",
      "type": "dth"
    },
    {
      "operatorName": "DISH TV",
      "operatorId": "DISHTV",
      "type": "dth"
    },
    {
      "operatorName": "RELIANCE BIGTV",
      "operatorId": "BIGTV",
      "type": "dth"
    },
    {
      "operatorName": "SUN DIRECT",
      "operatorId": "SUNDIRECT",
      "type": "dth"
    },
    {
      "operatorName": "TATA SKY",
      "operatorId": "TATASKY",
      "type": "dth"
    },
    {
      "operatorName": "VIDEOCON D2H",
      "operatorId": "D2H",
      "type": "dth"
    }
  ]
}

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