API referenceUtilities
Remove a webhook subscription
Deletes a registered endpoint. Idempotent - removing an already-deleted subscription still returns ok.
delete
https://www.tracira.com/api/subscriptions/{id}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/5a2f7b31-c48d-4e69-9f03-2b8d6a1c7e50"{ "ok": true}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 outputs GET
Lists a workspace's outputs, newest first, with filters for status, project, task and date range.