Phone Verification (Real Phone) API

Verify whether a provided phone number belongs to a real person, enhancing user authenticity checks and fraud prevention.

Endpoint: POST https://irbis.espysys.com/api/developer/real_phone

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

{
  "key": "YOUR_API_KEY",
  "value": "PHONE_NUMBER",
}

Instructions:

  • Replace YOUR_API_KEY in the "key" field with your actual API Key.

  • For the "value" field, insert the phone number you wish to search for, ensuring you include the country code. For example: +79017007397.

Ensure you make the necessary substitutions in the provided fields for accurate and successful search queries.

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

Headers and Body

Headers and Body Request by Phone

GET Get lookup data for a request

GET Get lookup data for a request by Phone

Last updated