latestOpenAPI 3.0.32026-08-215925112.0 MB

36be0dca14e7

api
webhooks

Create a new webhook

post/api/webhooks

Request body

namestring required

An internal name to identify the webhook listener

enabledboolean

Whether this listener should be notified.

urlstring uri required

An HTTPS URL to post the webhook data

hmacKeystring nullable

The HMAC key used to validate webhooks.

Response

Created

_idstring required
namestring required

An internal name to identify the webhook listener

enabledboolean

Whether this listener should be notified.

urlstring uri required

An HTTPS URL to post the webhook data

hmacKeystring nullable

The HMAC key used to validate webhooks.