v1
latestOpenAPI 3.1.02026-07-249025.5 KBGet Mobile Operator API
Returns the mobile operator details for a given mobile number to enable accurate operator selection before placing a top-up order.
post/v1/oauth/api/
Request body
Response
200
Example response
{
"data": {
"lookupMobileNumber": {
"status": "success",
"message": "Phone number is valid and active.",
"data": {
"phone": "+918168147851",
"network_operator": "Airtel India",
"is_active": true,
"parentProductId": 120835
}
}
}
}