Management

Endpoints

2 registered
NameURLStatusTimeoutMax RetriesCreated
smoke-sink
1 subscription
https://webhook.site/smoke-sink-001
success30s52026-06-13 00:56 UTC
test-sink
0 subscriptions
https://webhook.site/test-sink-001
success30s52026-06-13 00:55 UTC
Quick Register
curl -X POST http://localhost:8080/v1/endpoints \
  -H "Authorization: Bearer <api_key>" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "my-service",
    "url":  "https://my-service.example.com/webhooks"
  }'