# Asynchronous Number Verification

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
HTTP GET: https://app.mobivatebulksms.com/gateway/api/simple/MT?USER_NAME=....&PASSWORD=....&ORIGINATOR=HLR&RECIPIENT=....&ROUTE=mhlrglobal
```

On success, we will return **XML**:

```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>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.mobivatebulksms.com/archived-integrations/asynchronous-number-verification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
