Storyblok · Capability
Storyblok Management API — Webhooks
Storyblok Management API — Webhooks. 5 operations. Lead operation: List webhook endpoints. Self-contained Naftiko capability covering one Storyblok business surface.
What You Can Do
GET
Listwebhooks
— List webhook endpoints
/v1/spaces/{space-id}/webhook-endpoints
POST
Createwebhook
— Create a webhook endpoint
/v1/spaces/{space-id}/webhook-endpoints
GET
Getwebhook
— Retrieve a single webhook endpoint
/v1/spaces/{space-id}/webhook-endpoints/{webhook-id}
PUT
Updatewebhook
— Update a webhook endpoint
/v1/spaces/{space-id}/webhook-endpoints/{webhook-id}
DELETE
Deletewebhook
— Delete a webhook endpoint
/v1/spaces/{space-id}/webhook-endpoints/{webhook-id}
MCP Tools
list-webhook-endpoints
List webhook endpoints
read-only
idempotent
create-webhook-endpoint
Create a webhook endpoint
retrieve-single-webhook-endpoint
Retrieve a single webhook endpoint
read-only
idempotent
update-webhook-endpoint
Update a webhook endpoint
idempotent
delete-webhook-endpoint
Delete a webhook endpoint
idempotent