Query Passwords for an Email Address
Returns a list of passwords in the Enzoic database for a given email address.
The Enzoic API uses a basic auth scheme where the username is your API key and the password is your API secret.
See https://docs.enzoic.com/enzoic-api-developer-documentation/using-the-enzoic-api#api-authentication for more details.
The email or SHA-256 hash of the lowercased email you wish to check credentials for
[email protected](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
0Example: 1Passwords for the user were found in the Enzoic database and are included in the response
Enzoic has no passwords for the requested user.
Last updated
Was this helpful?