Skip to main content
Guardway gateways can push events to any HTTPS endpoint you configure. Use webhooks to feed SIEM tools, trigger budget-alert playbooks, or replicate audit events into your own pipeline. Configure them from the dashboard’s Configuration → Webhooks page.

Available events

EventWhen it fires
request.completedA request finished successfully.
request.failedA request failed.
quota.thresholdA budget or request threshold was crossed (50 / 80 / 100 %).
quota.exceededA budget or request limit was exceeded and the request was blocked.
guardrail.violationA guardrail policy blocked or redacted a request.
audit.actionAn administrative action was performed on the gateway.

Delivery guarantees

  • HMAC signing — every request includes a X-Guardway-Signature header computed over the body with the shared secret you configure per webhook.
  • Retries — exponential backoff on 5xx and network errors, up to the configured max attempts.
  • Per-webhook filters — subscribe each webhook to the exact events it should receive.
  • Audit trail — every delivery attempt (success or failure) is logged locally on the gateway.