Configure your webhook endpoint
Configure the webhook payload
Send the configured payload to your webhook endpoint
{
"scan_id": "scan-12345",
"status": "completed",
"vulnerabilities": [
{
"id": "vuln-1",
"severity": "high",
"title": "SQL Injection"
},
{
"id": "vuln-2",
"severity": "medium",
"title": "XSS"
}
]
}