Comment on page

Cleartext Credentials API

Previously named the "Raw Passwords API" - retrieve all compromised passwords in cleartext for a username
The Cleartext Credentials API allows you to lookup all the compromised passwords Enzoic has for a given user. The passwords are returned in cleartext, if available, or in the raw hash format that was recovered if not (e.g. MD5, SHA1, BCrypt, etc.). This API is extremely sensitive and restricted to organizations that pass extensive vetting. Please contact sales if you believe you have an appropriate use case for this API.
get
https://api.enzoic.com/v1
/cleartext-credentials
Query all cleartext passwords for a given email address.
get
https://api.enzoic.com/v1
/cleartext-credentials-by-partial-hash
Query all cleartext passwords for a user by providing a partial hash of their email address.
get
https://api.enzoic.com/v1
/cleartext-credentials-by-domain
Query all cleartext passwords for a users in a given email domain.