Get Exposures for an Email Address
Retrieve all breaches a given email address has been exposed in
Last updated
Retrieve all breaches a given email address has been exposed in
Last updated
Returns all credentials exposures that have been found for a given user.
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.
The username for this entry. Only present if unhashed usernames were provided to the call.
"frank@corp.co"
The SHA256 hash of the username. Only present if hashed usernames were provided to the call.
"51885d3cc1b6f144455e9d25661ca34b9f945b5540b61cb41cf56381950bf50b"
The number of items in the exposures array.
1
Either an array of Exposure IDs (which can be used to look up additional details with the /exposure-details call) or if includeExposureDetails was specified in the query string, an array of ExposureDetails objects.