Retrieving Exposed Payment Cards
Query for payment card exposures during a given time period
Returns a list of exposed payment card numbers for your account's monitored BINs within the specified date range. A maximum of 30 days of data can be returned in a single call.
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.
Specifies a start date/time in ISO8601 format (e.g. 2023-06-01T00:00:00Z) to return results for. A maximum of 30 days of data can be returned in a single call.
2023-06-01Specifies an end date/time in ISO8601 format (e.g. 2023-06-01T00:00:00Z) to return results for. A maximum of 30 days of data can be returned in a single call.
2023-06-30If this parameter is specified and non-zero, the results will include the raw match source inline, along
with the exposure IDs, showing a snippet of text from the breach source where the card number was found.
NOTE: Including this parameter for large result sets can be very slow and may timeout.
0Example: 1The response body contains the requested results.
The response body contains the requested results.
Last updated
Was this helpful?