SyntropyWeb.Api.WebhookController
(syntropy v0.2.0)
Copy Markdown
REST management of webhook endpoint registrations and delivery logs.
Summary
Functions
POST /api/webhooks — register an endpoint. Returns the secret once.
DELETE /api/webhooks/:id — remove a registration.
GET /api/webhooks — list registrations with recent delivery attempts.
PATCH /api/webhooks/:id — pause or resume deliveries.
Functions
POST /api/webhooks — register an endpoint. Returns the secret once.
DELETE /api/webhooks/:id — remove a registration.
GET /api/webhooks — list registrations with recent delivery attempts.
PATCH /api/webhooks/:id — pause or resume deliveries.