Bitbucket · Capability
Bitbucket API — Webhooks
Bitbucket API — Webhooks. 12 operations. Lead operation: Get a webhook resource. Self-contained Naftiko capability covering one Bitbucket business surface.
What You Can Do
GET
Get
— Get a webhook resource
/v1/hook-events
GET
Get
— List subscribable webhook types
/v1/hook-events/{subject-type}
GET
Get
— List webhooks for a repository
/v1/repositories/{workspace}/{repo-slug}/hooks
POST
Post
— Create a webhook for a repository
/v1/repositories/{workspace}/{repo-slug}/hooks
DELETE
Delete
— Delete a webhook for a repository
/v1/repositories/{workspace}/{repo-slug}/hooks/{uid}
GET
Get
— Get a webhook for a repository
/v1/repositories/{workspace}/{repo-slug}/hooks/{uid}
PUT
Put
— Update a webhook for a repository
/v1/repositories/{workspace}/{repo-slug}/hooks/{uid}
GET
Get
— List webhooks for a workspace
/v1/workspaces/{workspace}/hooks
POST
Post
— Create a webhook for a workspace
/v1/workspaces/{workspace}/hooks
DELETE
Delete
— Delete a webhook for a workspace
/v1/workspaces/{workspace}/hooks/{uid}
GET
Get
— Get a webhook for a workspace
/v1/workspaces/{workspace}/hooks/{uid}
PUT
Put
— Update a webhook for a workspace
/v1/workspaces/{workspace}/hooks/{uid}
MCP Tools
get-webhook-resource
Get a webhook resource
read-only
idempotent
list-subscribable-webhook-types
List subscribable webhook types
read-only
idempotent
list-webhooks-repository
List webhooks for a repository
read-only
idempotent
create-webhook-repository
Create a webhook for a repository
delete-webhook-repository
Delete a webhook for a repository
idempotent
get-webhook-repository
Get a webhook for a repository
read-only
idempotent
update-webhook-repository
Update a webhook for a repository
idempotent
list-webhooks-workspace
List webhooks for a workspace
read-only
idempotent
create-webhook-workspace
Create a webhook for a workspace
delete-webhook-workspace
Delete a webhook for a workspace
idempotent
get-webhook-workspace
Get a webhook for a workspace
read-only
idempotent
update-webhook-workspace
Update a webhook for a workspace
idempotent