Creates a domain in the current enterprise watchlist.
cURL
curl --request POST \ --url https://api.defendis.ai/api/v1/watchlists/domain \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "domain": "<string>", "watchlistid": "<string>" } '
{}
Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>
Created
The response is of type object.
object
Was this page helpful?