# Webhooks

This section describes API endpoints to manage webhooks.

Webhooks provide an easy and reliable way to configure the Apify platform to carry out an action (e.g. a HTTP request to another service) when a certain system event occurs. For example, you can use webhooks to start another Actor when an Actor run finishes or fails.

For more information see [Webhooks documentation](https://docs.apify.com/platform/integrations/webhooks).

<!-- -->

## [Get list of webhooks](https://pr-2482.preview.docs.apify.com/api/v2/webhooks-get)

[/webhooks](https://pr-2482.preview.docs.apify.com/api/v2/webhooks-get)

## [Create webhook](https://pr-2482.preview.docs.apify.com/api/v2/webhooks-post)

[/webhooks](https://pr-2482.preview.docs.apify.com/api/v2/webhooks-post)

## [Get webhook](https://pr-2482.preview.docs.apify.com/api/v2/webhook-get)

[/webhooks/{webhookId}](https://pr-2482.preview.docs.apify.com/api/v2/webhook-get)

## [Update webhook](https://pr-2482.preview.docs.apify.com/api/v2/webhook-put)

[/webhooks/{webhookId}](https://pr-2482.preview.docs.apify.com/api/v2/webhook-put)

## [Delete webhook](https://pr-2482.preview.docs.apify.com/api/v2/webhook-delete)

[/webhooks/{webhookId}](https://pr-2482.preview.docs.apify.com/api/v2/webhook-delete)

## [Test webhook](https://pr-2482.preview.docs.apify.com/api/v2/webhook-test-post)

[/webhooks/{webhookId}/test](https://pr-2482.preview.docs.apify.com/api/v2/webhook-test-post)

## [Get collection](https://pr-2482.preview.docs.apify.com/api/v2/webhook-webhook-dispatches-get)

[/webhooks/{webhookId}/dispatches](https://pr-2482.preview.docs.apify.com/api/v2/webhook-webhook-dispatches-get)
