Add Bank Identification Numbers to Monitoring
Allows you to set up a new alert subscription for one or more Bank Identification Numbers (BINs).
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.
An array of Bank Identification Numbers (BINs) to monitor.
424242The ID of the webhook to send alerts to when a match is found for this BIN number.
5a3ae05132ffb96e664d4626The call was successful. Your webhook will now be called whenever a payment card belonging to one of the submitted BINs is involved in a new breach.
POST /v1/bin-monitoring HTTP/1.1
Host: api.enzoic.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"bins": [
"424242"
],
"webhookID": "5a3ae05132ffb96e664d4626"
}The call was successful. Your webhook will now be called whenever a payment card belonging to one of the submitted BINs is involved in a new breach.
{
"added": 1,
"alreadyExisted": 0
}Last updated
Was this helpful?