Webhooks
Webhook Endpoints Overview
Manage webhook endpoint subscriptions
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage webhook endpoint subscriptions
secret field is only returned when creating a webhook. Save it securely.| Method | Path | Description |
|---|---|---|
POST | /v1/webhooks | Create a webhook |
GET | /v1/webhooks/{id} | Get a webhook |
GET | /v1/webhooks | List webhooks |
PATCH | /v1/webhooks/{id} | Update a webhook |
DELETE | /v1/webhooks/{id} | Delete a webhook |