On Prem-CB EDR-Watchlists & Feeds
Number of APIs: 10
-
Get Feeds GET {{cb_url}}/api/v1/feed/
-
Get Watchlists GET {{cb_url}}/api/v1/watchlist/
-
Get Watchlist by ID GET {{cb_url}}/api/v1/watchlist/{{cb_watchlist_id}}
-
Create Watchlist POST {{cb_url}}/api/v1/watchlist
-
Update Watchlist by ID PUT {{cb_url}}/api/v1/watchlist/{{cb_watchlist_id}}
-
Delete Watchlist by ID DELETE {{cb_url}}/api/v1/watchlist/{{cb_watchlist_id}}
-
Get Feed by ID GET {{cb_url}}/api/v1/feed/{{cb_feed_id}}
-
Create Feed POST {{cb_url}}/api/v1/feed/
-
Update Feed by ID PUT {{cb_url}}/api/v1/feed/{{cb_feed_id}}
-
Delete Feed by ID DELETE {{cb_url}}/api/v1/feed/{{cb_feed_id}}