Note: Incoming webhook data will be stored temporarily. Create a free account to retain request logs and enable advanced features like replay.
Default Webhook
Your Webhook URL
Use this endpoint to capture any HTTP request. We'll log and display the details in real-time.
curl
curl -X POST https://testwebhook.xyz/webhooks/1dnTYA2Me-J2GLF0pzzRr \ -H "Content-Type: application/json" \ -d '{"event":"test","status":"success"}'
What is Webhook Tester?
Webhook Tester is a lightweight platform that lets developers create temporary webhook endpoints to inspect and debug HTTP requests in real-time. Whether you're integrating with Stripe, GitHub, Twilio, or any custom service, this tool gives you full visibility into the requests your app is sending or receiving.
Capture headers, query parameters, request bodies, and more — all without writing a single line of backend code. Tailor responses, simulate delays, and replay requests to your own servers.
How it works
- Click Create Webhook to generate a unique URL.
- Send an HTTP request (POST, GET, PUT, etc.) to the URL from any tool or service.
- Watch the request appear instantly in your dashboard.
- Inspect headers, body, method, and more — replay or forward the request if needed.