WebhookReceivers

Register webhook receiver

Register a new webhook receiver.

post/v1/WebhookReceivers

Request body

webhook_receiver_idinteger

Primary identifier for a webhook receiver.

urlstring required

URL to send request to.

descriptionstring

Describes the webhook receiver.

require_xhook_header_confirmation_flagboolean

Is the header "X-Hook-Secret" required to confirm this endpoint. In general, this should be yes, but some systems are not compatible with this.

Response

Created

okboolean
idinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.