Webhooks

Create a webhook subscription

post/api/v1/webhooks

Request body

urlstring uri required
eventsstring[] required
descriptionstring
enabledboolean
accessTokenstring
userIdstring

Response

Successful response. Stable response schemas are documented in workflow guides when available.

{"stackTrail":"paths:/api/v1/webhooks:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Response shape is route-specific and may be backed by @overlay/app-core contracts."}

Changes