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:

{
  "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“: “[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