Asynchronous Number Verification

Learn how to perform Asynchronous number verification using our API

To verify if the number is valid (active on any network), you can request a Home Location Register (HLR) lookup. Please be aware that this is Asychronous and should be handled one at a time.

HTTP GET: https://app.mobivatebulksms.com/gateway/api/simple/MT?USER_NAME=....&PASSWORD=....&ORIGINATOR=HLR&RECIPIENT=....&ROUTE=mhlrglobal

On success, we will return XML:

<batchsingle><detailedResponse>true</detailedResponse><filterOptouts>true</filterOptouts><messageSpread>0</messageSpread><originator>HLR</originator><processOnDelivery>false</processOnDelivery><routeId>mhlrglobal</routeId><shortUrl>false</shortUrl><filterDuplicaets>true</filterDuplicaets><recipients><recipient><recipient>.......</recipient><type>MSISDN</type></recipient></recipients></batchsingle>

Last updated