Send any HTTP request to your unique URL below — webhooks from Stripe, GitHub, Twilio, or your own code — and watch the headers, query params, and body arrive here in real time.
This URL accepts any HTTP method (GET, POST, PUT, PATCH, DELETE) and any path or body. Requests are kept for 24 hours, then automatically deleted.
curl -X POST https://rizcraft.io/wh/4dffe1f67288d4dcf238dee43ce3cce3 -H "Content-Type: application/json" -d '{"hello":"world"}'
Open 24 built-in tools from your browser sidebar, use quick actions from the right-click menu, and reach every RizCraft tool without hunting through tabs.
Firefox and Edge versions are coming next. Free to install
A webhook tester (sometimes called a request bin) gives you a temporary URL that captures any HTTP request sent to it, so you can inspect exactly what a third-party service — Stripe, GitHub, Shopify, Twilio, a payment gateway, or your own microservice — is actually sending, without wiring up a real endpoint first.
Each bin and its captured requests are automatically deleted after 24 hours, and a bin keeps at most its 200 most recent requests. Don't send anything genuinely sensitive (real passwords, production secrets) to a public testing bin — treat it like you would any shared debugging tool.
Tell us what to improve or which tool to add next.