Skip to main content

Interface: CreatedOrgWebhookEndpointResponse

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:37

Create response: the ONE place the plaintext signing secret appears.

Generated server-side when the client omits signingSecret. This response is the only time it is readable; every later read is masked. The configured url is likewise echoed only here — the configurator typed it moments ago; later reads carry the destination fingerprint.

Properties

createdAt

createdAt: string

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:52


destinationDigest

destinationDigest: string

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:42


destinationHost

destinationHost: string

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:41


eventTypes

eventTypes: string[]

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:44


id

id: number

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:38


includePayload?

optional includePayload: boolean

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:47


limitedToWorkspaces

limitedToWorkspaces: boolean

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:46


name

name: string

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:40


signingSecret

signingSecret: string

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:50

Min Length

1


signingSecretSet

signingSecretSet: boolean

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:48


status

status: string

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:43


statusHistory

statusHistory: OrgWebhookEndpointStatusHistoryEntry[]

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:51


updatedAt

updatedAt: string

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:53


url

url: string

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:54


uuid

uuid: string

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:39


workspaceUuids

workspaceUuids: string[]

Defined in: packages/sdk/src/types/generated/organization_webhook.ts:45