Create a unique URL, send HTTP requests to it, and inspect every detail โ headers, body, query params.
No requests captured yet.
Create a bin and send some requests!
Free tier: bins expire after 1 hour, max 100 requests per bin. All HTTP methods supported.
curl -X POST YOUR_WEBHOOK_URL \
-H "Content-Type: application/json" \
-d '{"event":"test","data":{"message":"Hello!"}}'