CircleCI · Capability
CircleCI REST API v2 — Webhook
CircleCI REST API v2 — Webhook. 5 operations. Lead operation: List webhooks. Self-contained Naftiko capability covering one Circleci business surface.
What You Can Do
GET
Listwebhooks
— List webhooks
/v1/webhook
POST
Createwebhook
— Create a webhook
/v1/webhook
GET
Getwebhook
— Get a webhook by ID
/v1/webhook/{webhook-id}
PUT
Updatewebhook
— Update a webhook
/v1/webhook/{webhook-id}
DELETE
Deletewebhook
— Delete a webhook
/v1/webhook/{webhook-id}
MCP Tools
list-webhooks
List webhooks
read-only
idempotent
create-webhook
Create a webhook
get-webhook-id
Get a webhook by ID
read-only
idempotent
update-webhook
Update a webhook
idempotent
delete-webhook
Delete a webhook
idempotent