Telco lookup (Advanced)

post/v1/api_hub/telco_lookup_advance_l1

Request body

mobile_numberstring required

Response

200

txn_idstring
api_categorystring
api_namestring
billableboolean
messagestring
statusinteger
datetimestring

Example response

{
  "txn_id": "89c9a938-45bc-4781-8900-0242f1b98204",
  "api_category": "Mobile Number Lookup",
  "api_name": "Telco Lookup(Advance)",
  "billable": true,
  "message": "Record Found Successfully",
  "status": 1,
  "result": {
    "is_valid": true,
    "subscriber_status": "CONNECTED",
    "connection_status": {
      "status_code": "DELIVERED"
    },
    "connection_type": "postpaid",
    "msisdn": {
      "msisdn_country_code": "IN",
      "msisdn": "+918006401234",
      "type": "MOBILE",
      "mnc": "97",
      "imsi": "404978006401234",
      "mcc": "404",
      "mcc_mnc": "40497"
    },
    "current_service_provider": {
      "network_prefix": "99973",
      "network_name": "Airtel",
      "network_region": "UP-West",
      "mcc": "404",
      "mnc": "97",
      "country_prefix": "+91",
      "country_code": "IN",
      "country_name": "India"
    },
    "original_service_provider": {
      "network_prefix": "80064",
      "network_name": "Vodafone",
      "network_region": "UP-West",
      "country_prefix": "+91",
      "country_code": "IN",
      "country_name": "India"
    },
    "is_ported": true
  },
  "datetime": "2023-08-24 17:50:16.849541"
}