Skip to main content
POST
/
webhook
/
analysis
/
{platformType}
/
{platformSubType}
/
{analysisId}
Add webhook to an analysis
curl --request POST \
  --url https://{host}/webhook/analysis/{platformType}/{platformSubType}/{analysisId} \
  --header 'Content-Type: application/json' \
  --data '{
  "uri": "https://mycallbackServer:443/api/test/webhook",
  "authType": "basic",
  "authValue": "saasUser:password1"
}'
{
  "message": "ok",
  "status": 200
}

Path Parameters

platformType
enum<string>
required
Available options:
cloud,
containers
platformSubType
enum<string>
required
Available options:
aws,
gcp,
azure,
kubernetes
analysisId
string
required

Body

application/json
uri
string<uri>
required

Fully-qualified webhook URI reachable by Densify.

authType
string

e.g., "Basic", "Bearer".

authValue
string

Credential (user:pass or token).

Response

OK

message
string
required
status
integer
required