v50

latestOpenAPI 3.0.1MITraw.githubusercontent.com2026-06-15222761.9 KB

Create a new webhook

Creates a new webhook with the specified details.

post/webhooks

Request body

callbackUrlstring required

URL to which the webhook will send POST requests.

eventsstring[] required

List of events the webhook is subscribing to.

Response

Successfully created webhook

idstring uuid
callbackUrlstring
eventsstring[]

List of events the webhook is subscribing to.

createdAtstring date-time
updatedAtstring date-time
lastTriggeredAtstring date-time