Inspect webhooks in real time.
Get a unique URL, point any service at it, and see headers, query and body decoded the moment the request lands.
Unique receivers
Spin up endpoints with custom or random slugs. Each one captures every method, header and byte.
Decoded payloads
JSON bodies render in a tree viewer. Form, text, and binary payloads are kept verbatim.
Fresh every minute
Auto-refreshing list with truncation guards and configurable retention so the database stays small.
~ curl example
curl -X POST "https://your-host/w/your-slug" \
-H "Content-Type: application/json" \
-d '{"event":"ping","data":{"hello":"world"}}'