Webhook Inspector
Create a unique URL, send any HTTP request to it, see exactly what arrived. Useful for debugging webhooks, callbacks, or "what is my client actually sending?"
Create a new bin
You'll get a unique URL. Send any method, headers, query, or body to it (or to any sub-path) and watch requests appear in real-time. Bins auto-expire after 7 days of inactivity. Up to 200 requests are kept per bin (oldest dropped).
Quick examples
curl -X POST
https://utilities.tech208.biz/webhook/in/{token}
-H 'X-Foo: bar' -d '{"hi":1}'
Any path is captured:
https://utilities.tech208.biz/webhook/in/{token}/orders/42
Your recent bins
0
No bins yet. Create one above — only this browser will see its bins.