Headers and Body Request by deepweb values
End Point: https:// https://irbis.espysys.com/api/developer/deepweb
Header
Type
Value
Body
{
"key": "<API_Key>",
"value": "qwerty",
"lookupType": "password",
"lookupId": <LOOKUPID_VALUE>
}curl -X 'POST' \
'https://irbis.espysys.com/api/developer/deepweb' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"key": "<API_Key>",
"value": "qwerty",
"lookupType": "password",
"lookupId": <LOOKUPID_VALUE>
}Last updated