Create a Webhook
Registers a new webhook to be called each time one or more subscribed event types occur.A HTTP POST request to the webhook URL will be performed for each subscribed event type.The webhook URL must use the https scheme (SSL/TLS). For additional security, headers can be used to specify an authorization header with credentials.For example, basic authentication can easily be applied or any other type of similar authentication schemes.Event Types operationResult Event that signals the completion result of an asynchronous action.
Contains details as input for creating or updating a webhook.
The name of the webhook.
URL for the webhook to send events to.
List of event types this webhook subscribes on.
Indicates the status of the webhook. If true events will be sent on the webhook, otherwise (false) event sendout is disabled.
Returns a newly created webhook
Bad request
Forbidden due to insufficient privileges
Webhook already exists, use update
Last updated