API referenceUtilities
List webhook subscriptions
Lists the workspace's registered endpoints with delivery health. A legacy outbound webhook configured in the old Notifications card is lazily migrated into a source "custom" subscription on first call (active ones only).
get
https://www.tracira.com/api/subscriptionsAuthorization
webhookToken AuthorizationBearer <token>
Workspace webhook token from Settings -> Integrations.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/api/subscriptions"{ "subscriptions": [ { "id": "string", "url": "string", "events": [ "string" ], "source": "string", "createdAt": "2019-08-24T14:15:22Z", "lastDeliveryAt": "2019-08-24T14:15:22Z", "lastDeliveryOk": true, "lastDeliveryStatus": 0 } ]}List preset model names GET
Public helper endpoint used by the Make custom app.
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.