Get Exposures for an Email Address
Retrieve all breaches a given email address has been exposed in
This call is useful if you are interested in pulling a list of breaches for a specific email address.
get
https://api.enzoic.com/v1
/exposures-for-usernames
Lookup all exposures for an email address
Returns all credentials exposures that have been found for a given user.
Parameters
Query
usernames*
string[]
A list of up to 50 email addresses OR SHA256 hashes of the lowercased email addresses (recommended)
includeExposureDetails
integer
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
Responses
200: OK
The response contains an array of objects, one per username that was passed in. Each object will contain an array of the known Exposures for that user.
Last modified 1mo ago