Webhook Box
Generate a temporary URL to capture third-party callbacks and inspect headers and body in full.
A free webhook capture tool: generate a temporary URL, paste it into a third party’s callback field, and every request they send is captured in full — method, path, all headers, body, source IP and timestamp — ready to inspect. Handy when wiring up Stripe, GitHub, payment or messaging callbacks.
How to use
- Click “Create a basket” and copy the URL you get.
- Paste it into the third party’s webhook settings, or send a test request with curl.
- Come back to the page to see what arrived, and expand any entry for the full headers and body.
FAQ
- How long do baskets last, and how much do they hold?
- They are deleted after 7 days, and each basket keeps the latest 200 requests — when it overflows the oldest are dropped rather than new ones rejected. A body over 64KB is truncated and clearly marked as such.
- Can anyone else see my basket?
- Reading requires the token returned at creation, so without it nobody can view the contents. Note though that the collection URL itself is unauthenticated by design — anyone who knows it can post to it, which is exactly what makes a webhook tool usable.
- Can I point production webhooks at it?
- Not recommended. Captured content is stored in plaintext in our database, and anyone with the URL can write to it. It is a debugging tool — use it with test data only. It also deliberately does not offer forwarding to your own server, which would turn this service into a request springboard that others could abuse.
Related tools
- Request Echo — See what the server actually received: every header, the real IP, the proxy chain.
- HTTP Testbed — Return any status, delay, redirect or payload size to exercise client retry and timeout logic.
- IP Check — See every exit IP at once — mainland, international, Cloudflare edge and server-side viewpoints probed in parallel with an automatic split-routing verdict, cross-checked across five geo providers, plus WebRTC / timezone / IPv6 leak checks.
- Speed Test — Multi-threaded speed test: parallel connections measure download and upload throughput, HTTP round-trip latency and jitter, with each connection's contribution shown — a lagging stream usually means packet loss or a rate-limiting middlebox.
- Domain Check — Check domain availability.
- DNS & IP — Look up DNS records & IP info.