Track multiple Number Lookup requests with filters

Limit the tracking result of multiple Lookup records by passing filters

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

RESPONSE PARAMETERS

KEYDESCRIPTION
totalPagesThe number of total pages.
lastWhether the current page is the last one.
totalElementsThe total amount of elements for the current search.
firstWhether the current page is the first one.
numberOfElementsThe number of elements currently on this page.
numberThe requested page number.
sizeThe requested page size.
contentContains the search results.
content.toThe number for which the lookup service was called.
content.labelThe label that the user may has provided when the lookup service was called.
content.lookupIdThe tracking id of the lookup request.
content.createdAtThe date that the look up request was performed.
content.statusInfoInformation about the lookup request status.
content.statusInfo.statusThe status of the look up request.
content.statusInfo.descriptionA more descriptive information about the status of the request.
content.statusInfo.updatedAtThe date that the request's status has been updated.
content.detailsDetails about the country and network of the number that the lookup request is performed.
content.details.mccThe mobile country code.
content.details.countryThe country of the specified number.
content.details.country.codeThe country code in ISO 3166-1 alpha-2 format.
content.details.country.nameThe country name translated in the requested language.
content.details.country.localeNameThe country name translated in its native language.
content.details.country.isoA3CodeThe code of the country in ISO 3166-1 alpha-2 format.
content.details.networkDetails about the network of the number that the look up request is performed.
content.details.network.nameThe name of the number's ported network.
content.details.network.mncThe code of the number's ported network.
content.details.imsiIs used to identify the user of a cellular network and is a unique identification associated with all cellular networks.
content.details.portedIndicates if the number's network has changed.
content.details.portedNetworkInformation about the ported network's code and name.
content.details.portedNetwork.nameThe name of the number's ported network.
content.details.portedNetwork.mncThe code of the number's ported network.
content.details.roamingNetworkInformation about the roaming network's code and name.
content.details.roamingNetwork.stateIndicates if the number is in roaming mode.
content.details.roamingNetwork.mccThe country code of the roaming network.
content.details.roamingNetwork.mncThe network code of the roaming network.
content.details.roamingNetwork.countryThe country name of the roaming network.
content.details.roamingNetwork.countryIsoCodeThe country code in ISO 3166-1 alpha-2 form
content.details.roamingNetwork.networkThe network name of the roaming network.
content.applicationNameThe name of the application which executed the lookup.

ERROR CODES

STATUSCODEDESCRIPTION
403400001009User is not authenticated.
404400005000User is not found.
Query Params
date

ISO-8601 date-time format

date

ISO-8601 date-time format

int32
Defaults to 0

The page number to retrieve, default value is 0 (meaning the first page)

int32
Defaults to 20

The number of items to retrieve, default value is 10.

string

The field name that will be used to sort the results.

Body Params
string
required

The name of the field to filter. Possible values: 'lookupID', 'network', 'label', 'country', 'status', 'ported', 'imsi', 'roaming', 'groups', 'campaignName', 'campaignID'. If a non-existed field name value is used then all the results are returned.

string
required

The exact value that the specified field must match.

string
Defaults to is

Optional: The operator upon which the search operation will be executed. Possible values: 'is', 'is_not', 'contains', 'starts_with', 'ends_with'. If missing defaults to 'is'.

Headers
string
required
Defaults to application/json

application/json

string
required
Defaults to Bearer {access_token}

Bearer {access_token}

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json