Returns a paginated list of webhooks installed on this repository.
External DocumentationTo learn more, visit the Bitbucket documentation.

Parameters

ParameterDescription
Repo SlugThis can either be the repository slug or the UUID of the repository,
surrounded by curly-braces, for example: {repository UUID}.
Workspace SlugThis can either be the workspace ID (slug) or the workspace UUID
surrounded by curly-braces, for example: {workspace UUID}.

Example Output

{
	"values": [],
	"pagelen": 20,
	"size": 2,
	"page": 2
}

Workflow Library Example

List Repo Web Hooks with Bitbucket and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop