Ip Phone Verification
The IP Phone Verification API verifies the connection between a phone number and IP address or email domain, supporting geolocation checks and domain validation to enhance fraud and identity detection
Endpoint: POST https://irbis.espysys.com/api/developer/ip_phone_verification
Below is a sample request to perform a lookup using the API:
Replace YOUR_API_KEY in the "key" field with your actual API Key.
LOOKUP_TYPE can be
geolocation_number
oremail_domain_validator
value is an object with one of the following structures:
{“phone“: "+447471875609", "ip": "88.26.241.248"}
{“email“: “[email protected]“}
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
Last updated