API referenceUtilities
Remove a webhook subscription
Deletes a registered endpoint. Idempotent — removing an already-deleted subscription still returns ok.
Authorization
webhookToken AuthorizationBearer <token>
Workspace webhook token from Settings -> Integrations.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
curl -X DELETE "https://example.com/api/subscriptions/string"{ "ok": true}{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}Register a webhook subscription POST
Registers an outbound endpoint that receives evaluation and decision events (used by the Make.com “Watch verdicts” instant trigger). Events default to approved/rejected/changed when omitted.
Search logs GET
Supports webhook-token auth for integrations and session auth for the dashboard. The response key is `executions` for backwards compatibility, but the records are logs.