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