Skip to main content

WebhookEventName

Union of all webhook event types.

WebhookRegistration

A webhook registration including the signing secret. Only returned at creation time.

WebhookRegistrationPublic

A webhook registration without the secret. Returned by list, get, and update endpoints.

WebhookUser

A user object with the token field stripped. Used in webhook payloads.

WebhookPayload

Union of all webhook payload types. Every payload includes id, event, and timestamp fields.

WebhookDelivery

A webhook delivery log entry. This type is defined on the server and not exported from @collab-kit/utils.