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
Parameter | Description | Example |
---|---|---|
token | Your private access token that you received when you signed up. | &token=[MY TOKEN] |
Search compromised data by email address. The results contain all leaked records of the specified email address. | Single email address: &email=[email protected] | |
domain | Search compromised data by domain value. The results contain all leaked email entities for the specified domain sourced from data breaches. | &domain=mydomain.com |
email_domain | Search 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_domain | Search 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 |
cc | Search compromised data by credit card (cc) value. The results contain all leaked records of the specified credit card. | &cc=4594130042721281 |
bin6 | Search compromised data by bin with 6 digits (bin6) value. The results contain all leaked credit card entities of the specified bin6. | &bin6=468271 |
bin8 | Search compromised data by bin with 8 digits (bin8) value. The results contain all leaked credit card entities of the specified bin8. | &bin8=46827109 |
phone | Search 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_name | Search compromised data by account name (username) value. The results contain all leaked records of the specified account name. | &account_name=lilo1234 |
ssn | Search compromised data by ssn (Social Security Number) value. The results contain all leaked records of the specified ssn. | &ssn=061-64-9920 |
passport | Search compromised data by passport value. The results contain all leaked records of the specified passport. | &passport=aa8289989 |
since | Filter 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 |