Skip to main content
GET
/
webhook
/
analysis
/
{platformType}
List webhooks by platform
curl --request GET \
  --url https://{host}/webhook/analysis/{platformType}
[
  {
    "analysisId": "<string>",
    "href": "<string>",
    "uri": "<string>",
    "analysisName": "<string>",
    "webHookStatus": "<string>"
  }
]

Path Parameters

platformType
enum<string>
required
Available options:
cloud,
containers

Response

Collection of webhook definitions

analysisId
string
required
href
string
required
uri
string<uri>
required
analysisName
string
webHookStatus
string