Openapi
Accepts a public token URL, verifies an optional shared secret, and starts matching workflows.
16 <= length <= 80application/json
JSON payload forwarded to matching workflow triggers.
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
curl -X POST "https://example.com/v1/public/webhooks/example" \ -H "Content-Type: application/json" \ -d '{ "orderId": "ord_123" }'{ "eventId": "5b657e4b-6f4b-4e5f-8c03-c0bc0d3f5f4a", "ok": true, "runId": "6c768f5c-7f5c-4f60-9d14-d1cd1e40665b"}