Webhooks

Get all webhooks on a workspace

get/v1/workspaces/{workspaceId}/webhooks

Path parameters

workspaceIdstring required

Represents a workspace identifier across the system.

Example:64a687e29ae1f428e7ebe303

Represents a workspace identifier across the system.

Query parameters

type'USER_CREATED' | 'SYSTEM' | 'ADDON'

Represents a webhook type.

Response

OK

webhooksWebhookDtoV1[] — unresolved $ref

Represents a list of webhook objects for the workspace.

workspaceWebhookCountinteger

Represents number of webhooks for the workspace.

Changes