> For the complete documentation index, see [llms.txt](https://api-docs.espysys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.espysys.com/phone-vs-ip-validator.md).

# Phone Vs IP Validator

Endpoint: <mark style="color:yellow;">POST</mark> <https://irbis.espysys.com/api/developer/ip\\_phone\\_verification>

Below is a sample request to perform a lookup using the API:

```
{
  "key": "YOUR_API_KEY",
  "lookupType": "LOOKUP_TYPE",
  "value": {},
  "lookupId": "LOOKUPID_VALUE"
}
```

1. Replace YOUR\_API\_KEY in the "key" field with your actual API Key.
2. LOOKUP\_TYPE can be `geolocation_number` or `email_domain_validator`
3. value is an object with one of the following structures:
   1. `{“phone“: "+447471875609", "ip": "88.26.241.248"}`
   2. `{“email“: “someone@gmail.com“}`&#x20;

phone number must have + prefix.

The "lookupId" must be set to what is shown in table API lookups types at Developer page or at API lookup types page
