Skip to main content

Type Alias: WebhookSubscription

type WebhookSubscription: components["schemas"]["WebhookSubscription"];

Properties

PropertyTypeRequiredDescription
idstringYesSubscription ID
tenantIdstringYesTenant ID
projectIdstringYesProject/App ID
urlstringYesWebhook URL
eventsstring[]YesSubscribed events
isActivebooleanYesWhether the subscription is active
descriptionstringNoDescription
authType"none" | "api_key" | "basic_auth" | "custom_headers"YesAuthentication type
createdAtstringYesCreation timestamp
updatedAtstringYesLast update timestamp

Defined in

4Players/cortex-typescript-sdk/src/resources/webhooks.ts:16