Type Alias: UpdateWebhookSubscriptionRequest
Properties
| Property | Type | Required | Description |
|---|---|---|---|
url | string | No | Webhook URL (example: "https://example.com/webhook") |
secret | string | No | Secret for HMAC-SHA256 signature verification |
events | string[] | No | List of events to subscribe to |
description | string | No | Description of this webhook |
isActive | boolean | No | Whether the subscription is active |
authType | "none" | "api_key" | "basic_auth" | "custom_headers" | No | Authentication type |
apiKey | string | No | API key value |
apiKeyHeader | string | No | API key header name |
basicAuthUsername | string | No | Basic auth username |
basicAuthPassword | string | No | Basic auth password |
customHeaders | object | No | Custom headers |
Defined in
4Players/cortex-typescript-sdk/src/resources/webhooks.ts:20