Webhook Bins
Bins are your webhook endpoints. Each bin has a unique URL that captures every HTTP request sent to it.
Creating a Bin
Navigate to Your Bins and click Create Bin. Each bin gets a unique URL in the format:
https://{your_bin_id}.d.requestbin.netYou can name your bin to help organize (e.g., "Stripe Production", "GitHub Dev").
Inspecting Interactions
Click on any bin to view its captured requests. Each interaction shows:
- HTTP method (GET, POST, PUT, DELETE, etc.)
- Request path and query parameters
- Full headers (Content-Type, Authorization, custom headers)
- Request body (JSON, form data, XML, raw text)
- Source IP address and timestamp
New requests appear in real time without refreshing the page.
Sharing with Your Team
On the TEAM plan, you can share bins with team members. Shared bins appear in each member's dashboard with full read access to captured requests.
Deleting a Bin
Delete a bin from the bin settings menu. This permanently removes the bin URL and all captured interactions. The URL will stop accepting requests immediately.
Request History
How many captured requests are stored per bin depends on your plan:
| Plan | Bins | Requests/bin/day | Request History |
|---|---|---|---|
| Free | 3 | 500 | Latest 100/bin |
| PRO ($12/mo) | 20 | Unlimited | Unlimited |
| TEAM ($29/mo) | Unlimited | Unlimited | Unlimited |