---
title: "Get webhook"
method: GET
path: "/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Get webhook

`GET /webhooks/{webhook_id}`

Get details of a subscribed webhook

## Path parameters

- `webhook_id` string, uuid, required

## Response `200`

Request fulfilled, document follows

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

## Other responses

- `400` — Bad request syntax or unsupported method

---

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