Skip to main content

Interface: OrgWebhookEndpointResponse

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

One endpoint. signingSecret is always the masked sentinel.

The destination is a FINGERPRINT (scheme://host plus a SHA-256 digest of the full URL), never the raw URL — webhook paths and queries routinely carry per-tenant tokens, and every holder of the read scope would otherwise harvest the credentials another administrator embedded (round-9 finding). The full URL is known to whoever configured it and is returned only in the create response, exactly like the one-time secret.

Properties

createdAt

createdAt: string

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


destinationDigest

destinationDigest: string

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


destinationHost

destinationHost: string

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


eventTypes

eventTypes: string[]

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


id

id: number

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


includePayload?

optional includePayload: boolean

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


limitedToWorkspaces

limitedToWorkspaces: boolean

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


name

name: string

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


signingSecret?

optional signingSecret: string

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


signingSecretSet

signingSecretSet: boolean

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


status

status: string

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


statusHistory

statusHistory: OrgWebhookEndpointStatusHistoryEntry[]

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


updatedAt

updatedAt: string

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


uuid

uuid: string

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


workspaceUuids

workspaceUuids: string[]

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