CreateWebhookRequest
Request body to create an outgoing webhook endpoint (HTTPS URL, list of subscribed events, and optional label).
Properties
| Field | Type | Description |
|---|---|---|
url * | string (uri) | HTTPS URL that receives the webhook. Must be HTTPS. |
events * | array | Events the endpoint subscribes to (1–10). |
description | string | Descriptive label for the endpoint. |
Used in operations
POST /v1/webhooks