Skip to main content

Getting Started

This guide will help you get up and running with h00k.dev in minutes.

Quick Start (Anonymous)

The fastest way to start using h00k.dev is as an anonymous user:

  1. Visit the homepage at https://h00k.dev
  2. Automatic bin creation: A temporary webhook endpoint is created automatically
  3. Get your URL: Copy your unique webhook URL (e.g., https://bin.h00k.dev/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
  4. Send requests: Use curl, Postman, or any HTTP client to send requests
  5. View in real-time: Watch requests appear instantly in the dashboard

Example: First Webhook Request

curl -X POST https://bin.h00k.dev/YOUR_BIN_ID \
-H "Content-Type: application/json" \
-d '{"message": "Hello h00k.dev!", "timestamp": "2025-01-15T12:00:00Z"}'

Within milliseconds, you'll see your request appear in the UI with full details.

Next Steps

Now that you understand the basics, explore these topics: