Skip to main content
GET
/
api
/
v1
/
watchlists
/
stats
Group stats
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
}

Authorizations

Authorization
string
header
required

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

Query Parameters

watchlistid
string

Response

200 - application/json

Stats response

assets
integer
bins
integer
keywords
integer
domains
integer
executives
integer
ransomes
integer