Receive, inspect, and forward webhooks in real-time.
Loading...
Select an endpoint to view requests.
1. Create an endpoint → get a unique URL like /hook/a1b2c3d4e5f6
2. Point your webhook provider at that URL
3. All requests are captured, inspectable, and optionally forwarded
curl -X POST http://localhost:8080/hook/YOUR_TOKEN \
-H "Content-Type: application/json" \
-d '{"event": "payment.completed"}'All API endpoints require an API key. Pass it via header:
X-API-Key: pr_your_api_key_here # or Authorization: Bearer pr_your_api_key_here
API endpoints: POST/GET /api/endpoints, GET /api/endpoints/{id}/requests, DELETE /api/endpoints/{id}
100 requests/day
1 endpoint
24h retention
10,000 requests/day
10 endpoints
30-day retention
100,000 requests/day
Unlimited endpoints
90-day retention