Get Exposures by Date
Allows you to pull a list of recent exposures found by Enzoic.
Last updated
Allows you to pull a list of recent exposures found by Enzoic.
Last updated
Returns all credentials exposures that have been found by Enzoic since a specified date.
A list of Exposures are in the response body
The total number of exposures in the requested date range. If this exceeds the requested page size, the results are paginated and a pagingToken will be present in the response.
1
Present when there are additional pages of results available. Pass this token in on a subsequent call to fetch the next page of results.
"598e5b844eb6d82ea07c5783"
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.