Retrieving Exposed Payment Cards
Query for payment card exposures during a given time period
Last updated
Was this helpful?
Query for payment card exposures during a given time period
Last updated
Was this helpful?
This call allows you to query for payment card numbers that Enzoic has recovered matching one or more of your monitored Bank Identification Numbers (BINs). We recommend using a webhook to receive notifications of new payment card exposures in the most timely manner, but this API call can be used if implementing a webhook is not currently feasible, or if you wish to pull historical data.
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.
/bin-exposures
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-01
Specifies 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-30
If 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.
1