GET Parameters

Request method is HTTP GET.

URL Structure

https://api.webz.io/data-apis/data-breach-detection.io/dbdocFilter?token=XXXXX-XXXXX&email=[Compromised Email]

HTTP GET Parameters

ParameterDescriptionExample
tokenYour private access token that you received when you signed up.&token=[MY TOKEN]
emailSearch compromised data by email address.
The results contain all leaked records of the specified email address.
Single email address:
&email=[email protected]
domainSearch compromised data by domain value.
The results contain all leaked email entities for the specified domain sourced from data breaches.
&domain=mydomain.com
email_domainSearch compromised data by domain value.
The results include all leaked email entities for the specified domain, sourced from both stealer logs and data breaches.
&email_domain=mydomain.com
login_domainSearch compromised data by domain value.
The results contain all leaked credentials obtained from stealer logs that were used to log into the specified domain.
&login_domain=mydomain.com
ccSearch compromised data by credit card (cc) value.
The results contain all leaked records of the specified credit card.
&cc=4594130042721281
bin6Search compromised data by bin with 6 digits (bin6) value.
The results contain all leaked credit card entities of the specified bin6.
&bin6=468271
bin8Search compromised data by bin with 8 digits (bin8) value.
The results contain all leaked credit card entities of the specified bin8.
&bin8=46827109
phoneSearch compromised data by phone value.
The phone should be following with %2B which means a '+' sign.
The results contain all leaked records of the specified phone.
&phone=%2B18308959626
account_nameSearch compromised data by account name (username) value.
The results contain all leaked records of the specified account name.
&account_name=lilo1234
ssnSearch compromised data by ssn (Social Security Number) value.
The results contain all leaked records of the specified ssn.
&ssn=061-64-9920
passportSearch compromised data by passport value.
The results contain all leaked records of the specified passport.
&passport=aa8289989
sinceFilter documents since the time entered (in milliseconds) until now.
The result contains documents (Entities) such that their "updated" time is newer than the "since" time.
&since=1578504734000