2.1 General

Table of Contents

The number lookup API provides functionality for retrieving subscriber contact information given a number or a name. Any query can retrieve several results, which is the typical case when performing queries given a name (multiple subscribers with same name are found).

The number lookup API is access using HTTP GET calls. The URL for API calls is:

http://gw1.roottori.fi/eapi/numberlookup

The following parameters can, and in some cases must be provided as parameters to the HTTP request (i.e. in the query string part of the request URL). These parameters must be latin-1 (ISO-8859-1) encoded.

The parameters are:  

Name
Alias
Notes
Description
l
login
Mandatory
Username (provided during account setup)  
p
password
Mandatory
Password (provided during account setup)  
msisdn
  Either msisdn or name must be specified.
Msisdn takes precedence if both are provided

Perform query based on number  
name
    Perform query with name as search key 


Labels

 
(None)