Webhook Simulator

Webhook URL

Configure your webhook endpoint

Payload

Configure the webhook payload

Send Webhook

Send the configured payload to your webhook endpoint

Raw Payload

{
  "scan_id": "scan-12345",
  "status": "completed",
  "vulnerabilities": [
    {
      "id": "vuln-1",
      "severity": "high",
      "title": "SQL Injection"
    },
    {
      "id": "vuln-2",
      "severity": "medium",
      "title": "XSS"
    }
  ]
}