Webhooks

Get all webhooks for addon on a workspace

get/v1/workspaces/{workspaceId}/addons/{addonId}/webhooks

Path parameters

workspaceIdstring required

Represents a workspace identifier across the system.

Example:64a687e29ae1f428e7ebe303

Represents a workspace identifier across the system.

addonIdstring required

Represents an addon identifier across the system.

Example:64c777ddd3fcab07cfbb210c

Represents an addon identifier across the system.

Response

OK

webhooksWebhookDtoV1[] — unresolved $ref

Represents a list of webhook objects for the workspace.

workspaceWebhookCountinteger

Represents number of webhooks for the workspace.

Changes