Webhooks
Removes the endpoint and drops any deliveries still queued for it.
Authorization
bearerAuth AuthorizationBearer <token>
An API key created under Settings > API & Webhooks. Keys start with sf_live_.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/webhooks/string"{ "data": { "ok": true }}Register a webhook endpoint POST
Registers a URL to receive the events you subscribe to. Duplicated event ids are collapsed; an unknown one is refused with `warning-invalid-events` listing the valid ids. **This is the only response that carries the signing secret.** Store it now: every later read omits it, and you need it to verify the `X-ShortFast-Signature` header. A workspace can hold at most 25 endpoints.
Get a webhook endpoint GET
One endpoint with its subscribed events and delivery health. The signing secret is never included.