Retrieve Details for an Exposure
get
https://api.enzoic.com/v1
/exposure-details
Lookup the details for a specific exposure
Returns the detailed information for a credentials exposure. The responses to this call can and should be cached to limit the number of calls made. The exposure details are not typically expected to change over time, so they can be retained for relatively long periods of time, e.g. for up to 30 days.
Parameters
Query
id*
string
The ID of the Exposure
Responses
200: OK
The response body contains the details of the Exposure
404: Not Found
The requested Exposure was not found
Last modified 1mo ago