Query Passwords for a Domain
Returns a paginated list of credentials in the Enzoic database for all users under a given email domain. This variant of the call takes a domain (e.g. enzoic.com) and returns a list of emails and recovered passwords for any email address we've found credentials for in that 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 email domain to pull credentials for
enzoic.com(Optional) The number of results to return in a single call. The default page size is 100 and the maximum is 500.
100Example: 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.
598e5b844eb6d82ea07c5783The call was successful and all matching credentials are in the response
The total number of users exposed for the requested domain. If this exceeds the requested page size, the results are paginated and a pagingToken will be present in the response.
1Present when there are additional pages of results available. Pass this token in on a subsequent call to fetch the next page of results.
598e5b844eb6d82ea07c5783The call was successful and all matching credentials are in the response
Last updated
Was this helpful?