Test Webhooks Instantly
Generate a unique URL, send any HTTP request to it, and inspect every detail — headers, body, query params — in real-time.
Free, no sign-up required. URLs stay active for 7 days.
Instant URL
Get a unique endpoint URL in one click. No account needed.
Real-time Inspection
Watch requests arrive live with full headers, body and query params.
Any HTTP Method
GET, POST, PUT, DELETE, PATCH — all methods captured and displayed.
Example Usage
# After generating your URL, send requests like:
curl -X POST https://yoursite.com/hook/your-token \
-H "Content-Type: application/json" \
-d '{"event":"purchase","amount":99.99}'
# Then inspect everything on your dashboard.