Comment on page
Retrieving Exposed Payment Cards
Query for payment card exposures during a given time period
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.
get
https://api.enzoic.com/v1
/bin-exposures
Retrieve list of recovered payment cards for your monitored BINs
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.
Parameters
Query
startDate
string
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.
endDate
string
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.
Responses
200: OK
The response body contains the requested results.
Last modified 2mo ago