On Prem-CB EDR-Watchlists & Feeds

Number of APIs: 10

  1. Get Feeds GET {{cb_url}}/api/v1/feed/

  2. Get Watchlists GET {{cb_url}}/api/v1/watchlist/

  3. Get Watchlist by ID GET {{cb_url}}/api/v1/watchlist/{{cb_watchlist_id}}

  4. Create Watchlist POST {{cb_url}}/api/v1/watchlist

  5. Update Watchlist by ID PUT {{cb_url}}/api/v1/watchlist/{{cb_watchlist_id}}

  6. Delete Watchlist by ID DELETE {{cb_url}}/api/v1/watchlist/{{cb_watchlist_id}}

  7. Get Feed by ID GET {{cb_url}}/api/v1/feed/{{cb_feed_id}}

  8. Create Feed POST {{cb_url}}/api/v1/feed/

  9. Update Feed by ID PUT {{cb_url}}/api/v1/feed/{{cb_feed_id}}

  10. Delete Feed by ID DELETE {{cb_url}}/api/v1/feed/{{cb_feed_id}}