Get Exposures for an Email Address
Retrieve all breaches a given email address has been exposed in
Last updated
Was this helpful?
Retrieve all breaches a given email address has been exposed in
Last updated
Was this helpful?
Returns all credentials exposures that have been found for a given user.
/exposures-for-usernames
A list of up to 50 email addresses OR SHA256 hashes of the lowercased email addresses (recommended)
usernames=joe@corp.co&usernames=frank@corp.co
(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
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-01