Bins Overview
Bins are the core concept of h00k.dev. Each bin is a unique, temporary endpoint that receives and stores incoming HTTP requests (webhooks).
What is a Bin?
A bin is essentially a webhook inbox with a unique URL like:
https://bin.h00k.dev/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Every request sent to this URL is captured, stored, and displayed in real-time in your dashboard.
Bin Properties
Basic Information
| Property | Description | Example |
|---|---|---|
| ID | Unique identifier | xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
| Name | Optional custom name | "My API Test", "Production Webhooks" |
| URL | Full webhook endpoint | https://bin.h00k.dev/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
| Created At | Timestamp of creation | 2025-01-15T12:00:00Z |
| Retention Hours | How long requests are kept | 48h (anonymous), up to 168h (auth) |
| Expire At | When bin will be deleted | 2025-01-17T12:00:00Z |
Bin Lifecycle
Related Topics
- Request Inspector: Master request inspection
- Replying Webhooks → Forward webhook request
- Mock Responses → Create intelligent mocks
Questions? Contact us at support@h00k.dev