Webhooks

Receive real-time notifications for events: bash POST /api/v1/webhooks { "url": "https://your-server.com/webhook", "events": ["scan.completed",...

Last updated: January 14, 2026

Webhooks

Receive real-time notifications for events:

POST /api/v1/webhooks
{
  "url": "https://your-server.com/webhook",
  "events": ["scan.completed", "vulnerability.found"]
}