Skip to main content

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

PropertyDescriptionExample
IDUnique identifierxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
NameOptional custom name"My API Test", "Production Webhooks"
URLFull webhook endpointhttps://bin.h00k.dev/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Created AtTimestamp of creation2025-01-15T12:00:00Z
Retention HoursHow long requests are kept48h (anonymous), up to 168h (auth)
Expire AtWhen bin will be deleted2025-01-17T12:00:00Z

Bin Lifecycle


Questions? Contact us at support@h00k.dev