Webhooks

Create Webhook

Create a new webhook

post/api/webhooks/

Request body

eventsstring[] required
urlstring uri required
enabledboolean

Response

Successful Response

eventsstring[] required
urlstring uri required
enabledboolean
idstring required
secretstring required

Changes

Changed in 1 of the 24 revisions of this API.1

    • added the required property secret to the response with the 201 status

      response-required-property-added