---
title: "List webhooks"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# List webhooks

`GET /webhooks`

Get all subscribed webhooks

## Response `200`

Request fulfilled, document follows

- Webhook
  - `id` string, uuid, required
  - `url` string, required
  - `events` string[], required

## Changes

> 2 revisions in range; 1 could not be searched.

- **2024-05-22** `eb9dca23812a` — 1 breaking, 1 info
  - the `id` response's property type/format changed from `string`/`uuid` to `integer`/`` for status `200`
  - added the required property `secret` to the response with the `200` status

[Change history](https://skmtc.dev/equiwatt/apis/equiwatt-api/changes/webhooks/get.md)

---

[API](https://skmtc.dev/equiwatt/apis/equiwatt-api.md) · [All operations](https://skmtc.dev/equiwatt/apis/equiwatt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/equiwatt/equiwatt-api/revisions/332ef685d64d/schema)
