Update the webhooks of an investigation

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

A sample body payload is shown below.

{
  "webhooks": {
    "RESPONSE_CREATED": {
      "enabled": true,
      "url": "https://example.com/teamscope-webhook"
    },
    "RESPONSE_UPDATED": {
      "enabled": false,
      "url": ""
    }
  }
}
Path Params
string
required

The investigation identifier

Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!