Retrieve Zone Information

Zone Information API allows you to fetch Number Info i.e (carrier, circle) information for a given number via API. This API helps you to get NumberInfo on a real-time basis.

Sample API request

https://enterprise.smsgupshup.com/GatewayAPI/rest?method=GET_MOBILE_NUMBER_INFO&
userid=XXXXXXXX&password=password&format=json&mobileNumber=919XXXXXXXXX&v=1.1&auth_scheme=PL
AIN

Response message

{
"response": {
"id": "3503979002041402733",
"phone": "XXXXXXXXX",
"details": "",
"status": "success"
},
"data": {
"location": "Gajwel, Andhra Pradesh",
"carrier": "Airtel",
"mobileNumber": "919XXXXXXXX“
}
}

📘

The NumberInfo API does not reflect MNP data for the number i.e. it is possible the number has been ported to a different operator/carrier and circle, but only the original operator / circle is returned.