Look up
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
- Name
user
- Description
Account username.
- Name
pass
- Description
Account password
- Name
msidn
- Description
Mobile number (must be in international format e.g23480**)'
Request
POST
curl --location 'https://sms.hollatags.com/api/lookup/' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'user={USERNAME}' \
--data-urlencode 'pass={PASSWORD}' \
--data-urlencode 'msisdn=2347000000000'