cURL
curl --request GET \ --url https://api.defendis.ai/api/v1/watchlists/bin \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "bin": "<string>", "bankname": "<string>", "status": "<string>", "watchlistid": "<string>", "added_by": "<string>" } ]
Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>
BINs response
Was this page helpful?