Headers and Body
Header
Type
Value
Content-Type
application/json
Body
Example Request:
raw (application/json)
{
"key": "<API_Key>",
"lookupId": <LOOKUPID_VALUE>,
"searchResultId": <RESPONCE_ID_VALUE>
}{
"requestId": "<internal ID - Not For Usage!>",
"id": 196846, <--<RESPONCE_ID_VALUE>
"status": "progress",
"message": "Results will be available soon, Use API to retrieve Data"
}'https://irbis.espysys.com/api/developer/phone_lookup_verification' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"key": "<API_Key>",
"lookupId": <LOOKUPID_VALUE>,
"searchResultId": <RESPONCE_ID_VALUE>
}'Last updated