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

Authorizations

Authorization
string
header
required

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

Body

application/json
vendor
string
required
product
string
required
version
string
required
domain
string
required
watchlistid
string

Response

200 - application/json

Created

The response is of type object.