Get Operator
Get Operator:
Postman Collection
URL
GET : /v1/service/recharge/operators?type={type}Headers
Content-Type (String) required
application/json
application/json
Authorization (String) required
Basic Auth
Basic Auth
Accept (String) required
application/json
application/json
Request
Example Request
curl --location --request GET '/v1/service/recharge/operators' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data ''
Response Samples
- SUCCESS
- FAILED
{
"code": "0x0200",
"message": "Operator fetched successfully.",
"status": "SUCCESS",
"data": [
{
"operatorId": 1,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "AIRTEL"
},
{
"operatorId": 3,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "BSNL TOPUP"
},
{
"operatorId": 4,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "BSNL VALIDITY"
},
{
"operatorId": 5,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "VI"
},
{
"operatorId": 6,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "JIO"
},
{
"operatorId": 8,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "MTNL DELHI TOPUP"
},
{
"operatorId": 9,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "MTNL DELHI VALIDITY"
},
{
"operatorId": 10,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "MTNL MUMBAI TOPUP"
},
{
"operatorId": 11,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "MTNL MUMBAI VALIDITY"
},
{
"operatorId": 13,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "AIRTEL DIGITAL"
},
{
"operatorId": 14,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "DISH TV"
},
{
"operatorId": 16,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "SUN DIRECT TV"
},
{
"operatorId": 17,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "TATA SKY"
},
{
"operatorId": 18,
"logo": "https://business.ipayments.org.in/public/images/mobile_recharge_logo/default.png",
"operatorName": "VIDEOCON D2H"
}
]
}
{
"code": "0x0202",
"status": "FAILURE",
"message": "No record found"
}
Response Code
Status Code | Status | Message |
---|---|---|
0x0200 | SUCCESS | TRANSACTION SUCCESSFULL |
0x0201 | UNAUTHORIZED | UNAUTHORIZED USER |
0x0202 | FAILURE | FAILURE USER |
0x0203 | MISSING_PARAMETER | MISSING PARAMETER |
0x0204 | CONNECTION_TIMEOUT | CONNECTION TIMEOUT |
0x0205 | SOMETHING_WENT_WRONG | SOMETHING WENT WRONG |
0x0206 | PENDING | TRANSACTION PENDING |