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

# Get webhook endpoint

`GET /v1/webhooks/endpoints/{id}`

Retrieve an existing webhook endpoint.

## Path parameters

- `id` string, required

## Response `200`

- WebhookEndpoint
  - `id` string, required — Webhook endpoint ID.
  - `description` string, required — Webhook endpoint description.
  - `url` string, uri, required — Webhook endpoint URL.
  - `rate_limit` number, nullable, required — Webhook rate limit (per second).
  - `event_types` string[], nullable, required — Webhook event types filter. If not defined, all event messages will be sent.
  - `created_at` string, date-time, required — Webhook creation date.

---

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