v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
NotificationWebhooksService

Create Notification Webhook

Create a new webhook endpoint.

post/api/notification_webhooks/deployments/{deploymentId}/webhooks

Path parameters

deploymentIdstring required

Request body

deploymentIdstring
namestring

The user-specified name for the webhook

urlstring

The URL endpoint where webhook payloads will be sent

useNetworkBrokerboolean

Whether to use the network broker for webhook delivery

webhookSecretstring

Optional webhook secret for request signing

Response

OK