IP Leaks API
This endpoint can be used for retrieving leaks related to the given IP Address.
Parameters
Response Fields
Sample Request
curl --location 'https://api.whiteintel.io/get_leaks_by_ip.php' \
--header 'Content-Type: application/json' \
--data '{
"apikey": "YOUR API KEY",
"query": "TARGET EMAIL",
"limit": 1000,
"page": 1
}'Notes
Last updated