Lists all webhook subscriptions for a database.
Returns all webhook subscriptions configured for the specified database.Documentation Index
Fetch the complete documentation index at: https://zite.com/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Description |
|---|---|---|
id | number | Unique webhook ID |
url | string | The webhook endpoint URL |
events | string[] | Array of subscribed event types |
tableIds | string[] | null | Table filter (null means all tables) |
active | boolean | Whether the webhook is active |