Related schemas
- Webhook — field reference for webhook subscription objects
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A webhook subscription for receiving event notifications
| 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 |