Webhook Debugger & Logger gives you temporary, public webhook endpoints that capture every incoming request in full — headers, body, query params, response, timing, and IP — and exposes a searchable API, a live event stream, and one-click replay. Run it on the Apify platform or self-host with Node.js or Docker.Documentation Index
Fetch the complete documentation index at: https://supahooks.ar27111994.dev/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Get a webhook URL and capture your first event in under five minutes.
Deploy
Run on Apify, self-host with Node.js, or spin up a Docker container.
API Reference
Full HTTP API reference for all capture, query, replay, and streaming endpoints.
Provider Guides
Step-by-step guides for Stripe, GitHub, Shopify, Slack, and low-code tools.
What you can do
Capture requests
Inspect every header, payload, status code, and timestamp for any HTTP method.
Live stream events
Watch incoming webhooks appear in real time over a Server-Sent Events feed.
Replay captured traffic
Resend any stored event to a new destination URL after fixing a bug.
Forward to another server
Pipe every captured request to a downstream service with retries and circuit breaking.
Mock API responses
Return custom status codes, headers, bodies, and artificial latency.
Verify signatures
Validate Stripe, GitHub, Shopify, Slack, and custom HMAC signatures automatically.
Get started in three steps
Start the actor
Launch on Apify or run locally with
npm start. A set of temporary webhook URLs is generated immediately.Point your provider at the URL
Copy a generated endpoint from
/info and paste it into your webhook provider’s configuration.Generated webhook URLs are public by default. Set
authKey, allowedIps, or signatureVerification to restrict access before pointing real provider traffic at your endpoints.