cURL
curl --request GET \ --url https://api.defendis.ai/api/v1/watchlists/stats \ --header 'Authorization: Bearer <token>'
{ "assets": 123, "bins": 123, "keywords": 123, "domains": 123, "executives": 123, "ransomes": 123 }
Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>
Stats response
Was this page helpful?