---
title: "GET /webhook/listWebhooks"
method: GET
path: "/webhook/listWebhooks"
tags: ["WebhookService"]
---

# GET /webhook/listWebhooks

`GET /webhook/listWebhooks`

## Query parameters

- `resource_id.valve_id` string
- `resource_id.irrigation_controller_id` string
- `resource_id.program_id` string
- `resource_id.lighting_controller_id` string

## Response `200`

OK

- ListWebhooksResponse
  - `webhooks` Webhook[]
    - `id` string
    - `external_id` string
    - `resource_id` ResourceId
      - `valve_id` string
      - `irrigation_controller_id` string
      - `program_id` string
      - `lighting_controller_id` string
    - `url` string
    - `event_types` string[]

---

[API](https://skmtc.net/rach/apis/readme.md) · [All operations](https://skmtc.net/rach/apis/readme/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rach/readme/revisions/7cb72b0455d5/schema)
