For the complete documentation index, see llms.txt. This page is also available as Markdown.

External API Runtime Threat Notifications

To notify external systems (e.g., SIEM tools, alerting systems, incident management platforms) about API runtime threats detected by Akto, including high-frequency 4XX errors, SSRF, broken auth logic, and more.

Setup in Akto

When setting up your webhook in Akto:

  1. Go to Settings → Integrations → Webhooks → Create Custom Webhook

  2. Fill in:

    • Name: e.g., External Threat Monitor

    • URL: Your receiving API endpoint

    • Headers: { "content-type": "application/json" }

  3. Select Traffic optionNew API runtime threats

  4. Configure:

    • Run every: 15 min / 1 hour (as per need)

    • Batch size: e.g., 20 payloads

    • Alert frequency: Periodic or Instant

  5. Click Save

📤 Webhook Payload Format (JSON)

Last updated