Generate unique webhook endpoints instantly. Send POST or GET requests from your application and inspect headers, payloads, and query parameters in real-time. Perfect for debugging webhook integrations without deploying code.
Send a POST or GET request to your webhook endpoint above to see it appear here.
# POST request with JSON
curl -X POST https://duncant.co.uk/hook/ca2e2dbd-c69a-42fb-8636-3b8d40e1f83a \
-H "Content-Type: application/json" \
-H "X-Custom-Header: test-value" \
-d '{"event": "user.created", "user_id": 123}'
# GET request with query parameters
curl "https://duncant.co.uk/hook/ca2e2dbd-c69a-42fb-8636-3b8d40e1f83a?event=test&status=success"
Builders use this tool as part of larger automation workflows. Share your use cases, learn advanced integrations, and connect with founders, agencies, and developers shipping production AI systems.
Join the Community