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:
- Visit the homepage at https://h00k.dev
- Automatic bin creation: A temporary webhook endpoint is created automatically
- Get your URL: Copy your unique webhook URL (e.g.,
https://bin.h00k.dev/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) - Send requests: Use curl, Postman, or any HTTP client to send requests
- 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:
- Bins: Deep dive into bin management
- Request Inspector: Master request inspection
- Mock Responses: Create intelligent mocks
- Snapshot: Create snapshot to share with devs