Identify which DTH operator a subscriber / customer ID belongs to, without asking the customer.
DTH Operator Check
POST
DTH Operator Check API — Identify which DTH operator a subscriber / customer ID belongs to, without asking the customer. Returns the machine-readable operator slug (e.g. sun_direct) plus the display operator_name. The returned slug is exactly the value the DTH Advance Information API expects, so the two chain together: identify the operator first, then pull the subscriber profile. Removes the most common cause of failed DTH recharges — the customer picking the wrong operator.
{
"success": false,
"message": "DTH operator could not be identified for this number",
"data": {
"order_id": "W2A1739512345abcdef01",
"error_code": "3"
}
}
Common Response Codes
Code
Meaning
200
OK — Request successful
400
Bad Request — Missing or invalid parameters
401
Unauthorized — Invalid or missing API key
429
Too Many Requests — Rate limit exceeded
500
Server Error — Try again later
Ready to integrate?
Start with free trial API calls. No credit card required.