Skip to main content
POST
/
api
/
v1
/
watchlists
/
bin
Create BIN
curl --request POST \
  --url https://api.defendis.ai/api/v1/watchlists/bin \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "bin": "<string>",
  "bankname": "<string>",
  "watchlistid": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>

Body

application/json
bin
string
required
bankname
string
watchlistid
string

Response

Created

The response is of type object.