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

# Get webhook subscription

`GET /webhooks/{id}`

Returns a single webhook endpoint.

## Path parameters

- `id` string, required — Webhook endpoint public ID

## Response `200`

OK

- object
  - `id` string, required
  - `name` string, required
  - `url` string, required
  - `events` string[], required
  - `status` string, required
  - `createdAt` string, date-time, required

---

[API](https://skmtc.net/heffl/apis/heffl-api-v2-beta.md) · [All operations](https://skmtc.net/heffl/apis/heffl-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heffl/heffl-api-v2-beta/revisions/27006cfef4d8/schema)
