> ## Documentation Index
> Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook

> A webhook subscription for receiving event notifications

Manage webhook subscriptions for receiving event notifications. These endpoints allow you to create, list, retrieve, update, and delete webhooks, view available event types, test webhook delivery, and resume paused webhooks.

## Related schemas

* [Webhook](/api-reference/schemas/webhook) — field reference for webhook subscription objects

## Endpoints

| Method | Endpoint                       | Description                |
| ------ | ------------------------------ | -------------------------- |
| GET    | `/api/v2/webhooks`             | List webhooks              |
| POST   | `/api/v2/webhooks`             | Create webhook             |
| GET    | `/api/v2/webhooks/{id}`        | Get webhook                |
| PATCH  | `/api/v2/webhooks/{id}`        | Patch webhook              |
| DELETE | `/api/v2/webhooks/{id}`        | Delete webhook             |
| GET    | `/api/v2/webhooks/event-types` | List available event types |
| POST   | `/api/v2/webhooks/{id}/test`   | Test a webhook             |
| POST   | `/api/v2/webhooks/{id}/resume` | Resume a webhook           |
