# List webhooks Returns a paginated list of Webhooks for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/webhook Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "eventType", "webhookUrl", "description" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `eventType` (string) Type of event that triggers this webhook. - `isActive` (boolean) Whether the webhook is currently active and will receive events. - `webhookUrl` (string) Destination URL that will receive webhook POST requests. - `description` (string) Human-readable description of the webhook's purpose or usage, intended to help administrators understand what this webhook is for. ## Response 200 fields ## Response 401 fields