List webhooks
Webhooks
List Webhooks
Lists all webhook subscriptions for a database.
GET
List webhooks
Returns all webhook subscriptions configured for the specified database.
Example Request
Example Response
Response Fields
| 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 |
Last modified on May 29, 2026