Headers and Body Request by Phone
End Point: https:// https://irbis.espysys.com/api/developer/combined_phone
Header
Type
Value
Content-Type
application/json
Body
Example Request:
raw (application/json)
{
  "key": "<API_Key>",
  "value": "+79017007397",
  "lookupId": <LOOKUPID_VALUE>
}{
"requestId": "5d60f1b7-e614-4524-bce6-174a81a2fd90",
"id": 1486,<--<RESPONCE_ID_VALUE>
"status": "progress",
"message": "Results will be available soon, Use API to retrieve Data"
}
1.	curl -X 'POST' \
2.	  'https://irbis.espysys.com/api/developer/combined_phone' \
3.	  -H 'accept: application/json' \
4.	  -H 'Content-Type: application/json' \
5.	  -d '{
6.	  "key": "<API_Key>",
7.	  "value": "+79017007397",
8.	  "lookupId": <LOOKUPID_VALUE>
9.	}'
Last updated