Tracira
API referenceUtilities

Register a webhook subscription

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.

POST
/api/subscriptions

Authorization

webhookToken
AuthorizationBearer <token>

Workspace webhook token from Settings -> Integrations.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/subscriptions" \  -H "Content-Type: application/json" \  -d '{    "url": "string"  }'
{  "id": "string",  "url": "string",  "events": [    "string"  ]}
{  "error": "string",  "code": "string",  "fields": {    "property1": "string",    "property2": "string"  }}
{  "error": "string",  "code": "string",  "fields": {    "property1": "string",    "property2": "string"  }}
{  "error": "string",  "code": "string",  "fields": {    "property1": "string",    "property2": "string"  }}