v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBPerform a Lookup enquiry for a mobile number
This is a paid service. For pricing check here
post/lookup
Headers
Authorizationstring required
Bearer {access_token}
Content-Typestring
application/json
Request body
Response
200
Example response
{
"to": "+447537410297",
"label": "HLR Tagging Label",
"lookupId": "d82c5eb1-c2b5-440b-88fd-ba38269fef45",
"createdAt": "2017-11-16T08:10:21.036Z",
"statusInfo": {
"status": "ACTIVE",
"description": "The lookup signal was successfully delivered.",
"updatedAt": "2017-11-16T10:10:21.712+02:00"
},
"details": {
"mcc": "234",
"country": {
"code": "GB",
"name": "United Kingdom",
"localeName": "United Kingdom",
"isoA3Code": "GBR"
},
"network": {
"name": "Vodafone Ltd",
"mnc": "15"
},
"imsi": "23415",
"ported": true,
"portedNetwork": {
"name": "O2 (UK) Limited",
"mnc": "10"
},
"roamingNetwork": {
"state": "true",
"mmc": "GR",
"mnc": "05",
"country": "Greece",
"countryIsoCode": "GR",
"network": "O5"
}
},
"applicationName": "default"
}