Get Exposures for an Email Address
Retrieve all breaches a given email address has been exposed in
Returns all credentials exposures that have been found for a given user.
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.
A list of up to 50 email addresses OR SHA256 hashes of the lowercased email addresses (recommended)
[email protected]&[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: 1(Optional) Specifies a start date/time in ISO8601 format (e.g. 2023-06-01T00:00:00Z). If specified, only exposures which occurred after this date will be included in the response.
2023-06-01(Optional) Specifies an end date/time in ISO8601 format (e.g. 2023-06-01T00:00:00Z). If specified, only exposures which occurred before this date will be included in the response.
2023-07-01The 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.
[email protected]The SHA256 hash of the username. Only present if hashed usernames were provided to the call.
51885d3cc1b6f144455e9d25661ca34b9f945b5540b61cb41cf56381950bf50bThe number of items in the exposures array.
1The 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 updated
Was this helpful?