Webhooks - Introduction
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.
Get list of webhooks
/webhooks
Create webhook
/webhooks
Get webhook
/webhooks/{webhookId}
Update webhook
/webhooks/{webhookId}
Delete webhook
/webhooks/{webhookId}
Test webhook
/webhooks/{webhookId}/test
Get collection
/webhooks/{webhookId}/dispatches