For the complete documentation index, see llms.txt. This page is also available as Markdown.

Headers and Body

Type
Value

Content-Type

application/json

Body

Example Request:

raw (application/json)

{
  "key": "<API_Key>",
  "lookupId": <LOOKUPID_VALUE>,
  "phoneNumber": "<PHONE_NUMBER>",
  "expectedName": "s<FULL_NAME>"
}
{
   "requestId": "<internal ID - Not For Usage!>",
  "id": 196873,<--<RESPONCE_ID_VALUE>
  "status": "progress",
  "message": "Results will be available soon, Use API to retrieve Data"
}
'https://irbis.espysys.com/api/developer/lookup_phone_name_verification' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "key": "<API_Key>",
  "lookupId": <LOOKUPID_VALUE>,
  "phoneNumber": "<PHONE_NUMBER>",
  "expectedName": "<FULL_NAME>"
}'

Last updated