Type Alias: WebhookSubscription
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Subscription ID |
tenantId | string | Yes | Tenant ID |
projectId | string | Yes | Project/App ID |
url | string | Yes | Webhook URL |
events | string[] | Yes | Subscribed events |
isActive | boolean | Yes | Whether the subscription is active |
description | string | No | Description |
authType | "none" | "api_key" | "basic_auth" | "custom_headers" | Yes | Authentication type |
createdAt | string | Yes | Creation timestamp |
updatedAt | string | Yes | Last update timestamp |
Defined in
4Players/cortex-typescript-sdk/src/resources/webhooks.ts:16