Skip to main content
GET
/
api
/
v1
/
watchlists
/
assets
List assets
curl --request GET \
  --url https://api.defendis.ai/api/v1/watchlists/assets \
  --header 'Authorization: Bearer <token>'
[
  {
    "assetid": 123,
    "vendor": "<string>",
    "product": "<string>",
    "version": "<string>",
    "domain": "<string>",
    "watchlist": "<string>",
    "watchlistid": "<string>",
    "added_by": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

watchlistid
string

Response

200 - application/json

Assets response

assetid
integer
vendor
string
product
string
version
string
domain
string | null
watchlist
string | null
watchlistid
string | null
added_by
string | null