Get Exposures for All Email Addresses in a Domain
Retrieve a list of all users for a given email domain who have been exposed in breaches
Returns all credentials exposures that have been found for users in a given email domain.
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 domain to return exposures for (e.g. “enzoic.com”)
corp.co(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(Optional) The number of results to return in a single call. The default page size is 1000 and the maximum is 1000.
1000Example: 500(Optional) For each call to the API, if there are additional pages of results available then a pagingToken will be returned. Pass the pagingToken in via this parameter to retrieve the subsequent page of results. Should be left off for the initial call to the API.
598e5b844eb6d82ea07c5783Exposed users for the domain were found and the requested page is in the response body
The domain was not found in Enzoic’s database and has no exposed users associated with it.
Last updated
Was this helpful?