BreachScan
The BreachScan API allows verify if specific credentials, usernames, or IDs have been involved in data leaks or breaches across various platforms.
Endpoint: POST https://irbis.espysys.com/api/developer/deepweb
Below is a sample request to perform a lookup using the API:
{
"key": "YOUR_API_KEY",
"value": "SEARCH_VALUE",
"lookupType": "LOOKUP_TYPE",
"lookupId": "LOOKUPID_VALUE"
}Instructions:
Replace
YOUR_API_KEYin the "key" field with your actual API Key.For the "value" field, insert with one of the aforementioned search values.
For the
LOOKUP_TYPEfield, insert one of the following search values:passwordfullnamefacebookidtelegramidlinkedinidvkidtwitteridinstagramidemailphone
The "lookupId" must be set to what is shown in table API lookups types at Developer page or at API lookup types page
Last updated