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.