Query Passwords for an Email Address
Returns a list of passwords in the Enzoic database for a given email address.
get
/cleartext-credentials
Authorizations
Query parameters
usernamestringrequired
The email or SHA-256 hash of the lowercased email you wish to check credentials for
Example:
test@enzoic.com
includeExposureDetailsinteger
(Optional) If this parameter is specified and non-zero, the results will include the exposure details inline, rather than just the IDs. In this case the exposures array in the response will contain an array of ExposureDetails objects
Example:
1
Responses
application/json
cURL
JavaScript
Python
HTTP
200
404
Last updated
Was this helpful?