// request bin
A throwaway URL
for any request.
Generate a bin in one click. Send it webhooks, form posts, or raw HTTP from anywhere. Every request is captured and kept, ready to inspect.
// my-webhook-binlistening
POST/webhook/github/push12:17:08302
PUT/api/v2/orders12:17:06201
POST/api/users/sync12:17:04500
3 capturedopen inspector →
// how the bin works
01
Any method, any path
GET, POST, PUT, PATCH, DELETE, HEAD, and OPTIONS are accepted on the bin root or any nested path.
02
Kept, not dropped
Requests are stored with headers and bodies so you can inspect, replay, or forward them later.
03
Readable capture URLs
Use a slug like /b/my-webhook-bin. If it is already taken, req.is adds a short suffix.
04
Live inspector
Open the bin dashboard and watch new requests appear without refreshing.
// ready?