Headers and Body Request by Instagram ID WebScan
End Point: https:// https://irbis.espysys.com/api/developer/combined_id
Header
Type
Value
Body
{
"key": "<API_Key>",
"value": "Instagram ID",
"lookupType": "instanavigation_person",
"lookupId": <LOOKUPID_VALUE>
}1. curl -X 'POST' \
2. 'https://irbis.espysys.com/api/developer/combined_id' \
3. -H 'accept: application/json' \
4. -H 'Content-Type: application/json' \
5. -d '{
6. "key": "<API_Key>",
7. "value": "Instagram ID",
8. "lookupType": "instanavigation_person",
9. "lookupId": <LOOKUPID_VALUE>
10. }'
Last updated