v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Track a Number Lookup request

You can get all the tracking information for a single Lookup record by providing its lookup id.

get/lookup/{lookupId}

Path parameters

lookupIdstring required

The id of the single HLR lookup record

Headers

Authorizationstring required

Bearer {access_token}

Response

200

tostring
labelstring
lookupIdstring
createdAtstring
applicationNamestring
pricestring

Example response

{
  "to": "+447537410297",
  "label": "test",
  "lookupId": "de00c167-a9b1-4143-bb08-4cf0c617ee84",
  "createdAt": "2017-02-21T09:18:37.492Z",
  "statusInfo": {
    "status": "ACTIVE",
    "description": "The lookup signal was successfully delivered.",
    "updatedAt": "2017-02-21T09:18:37.55Z"
  },
  "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": "lookupApp",
  "price": "0.004"
}