Webhook tester & debugger

A modern alternative to webhook.site and RequestBin — fast, dark-mode, with replay and forwarding.

Debugging webhooks shouldn't mean tailing server logs and praying. Create a project, get a unique URL like /w/<uuid>, point Stripe, GitHub, Shopify — anything — at it, and watch every request appear with full method, headers, query string, and body. JSON bodies are pretty-printed automatically. You can replay any captured request to a target URL (your localhost via a tunnel, your staging API, anything that accepts HTTP) so you can iterate on handlers without re-triggering the source webhook. Pro plans add live forwarding so every captured request is mirrored to your service in real time, body search across the full request history, and 30-day retention. Free plans get 24-hour retention which is plenty for most active debugging sessions.

Related tools

  • HTTP request runner — paste curl, replay, save
  • JSON Toolkit
  • JWT decoder — inspect header & payload locally
  • Base64 encoder & decoder — text, files, images, audio