---
title: Webhooks
description: Create and manage webhook endpoints using the Storyblok Management API. Retrieve, create, update, and delete webhooks for a space.
url: https://storyblok.com/docs/api/management/webhooks
---

# Webhooks

Webhooks are used to send Storyblok events to other applications. There are some default Storyblok events that you can listen to when they are triggered.

Learn more about [webhook triggers and payloads](/docs/concepts/webhooks#webhook-example-triggers-and-payloads).

This endpoint allows you to retrieve, create, update, and delete webhooks.

Endpoint

```bash
/v1/spaces/:space_id/webhook_endpoints/
```

## Pagination

-   [Previous: Update a Task](/docs/api/management/tasks/update-a-task)
-   [Next: Add a Webhook](/docs/api/management/webhooks/add-a-webhook)
