Create New Watchlist

POST {{cb_url}}/threathunter/watchlistmgr/v3/orgs/{{cb_org_key}}/watchlists

Create a new report or classifier watchlist. Unique watchlist ID will be generated by the service. Request must specify report or classifier but not both.


See the Documentation

Request Body

{"name"=>"Known Malware", "description"=>"this is a test watchlist", "tags_enabled"=>true, "alerts_enabled"=>true, "alert_classification_enabled"=>true, "classifier"=>{"key"=>"feed_id", "value"=>"{{cb_feed_id}}"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"name":"Known Malware","description":"this is a test watchlist","id":"8zvLorhjTwmlWTGaJfVz0w","tags_enabled":true,"alerts_enabled":true,"create_timestamp":1590779030,"last_update_timestamp":1590779030,"report_ids":null,"classifier":{"key":"feed_id","value":"p1l0lhWMTkCVaEIDWIWn3A"}}