Lookup

Lookup

POST https://sms.hollatags.com/api/lookup/

The Lookup API provides a way to retrieve additional information about a mobile number like the Carrier information and Ported status. This is only available for Nigerian mobile numbers at this time.

The POST parameters should be sent as x-www-form-urlencoded

Request Body

Name
Type
Description

user

string

Account username

pass

string

Account password

msisdn

integer

Mobile number (must be in international format e.g 23480**)

{
    "country":"Nigeria",
    "msisdn":"234803xxxxxxx",
    "operator":"MTN",
    "ported":"FALSE"
}

Last updated

Was this helpful?