---
title: "Retrieve a webhook endpoint"
method: GET
path: "/webhooks/endpoints/{webhook_endpoint_id}"
tags: ["Webhooks"]
---

# Retrieve a webhook endpoint

`GET /webhooks/endpoints/{webhook_endpoint_id}`

Get a registered webhook endpoint by its Id.

## Path parameters

- `webhook_endpoint_id` string, required

## Headers

- `X-Platform-Id` string

## Response `200`

OK

- WebhookEndpointResponse
  - `id` string, required — The unique identifier of the endpoint
  - `endpoint_url` string, required — The registered URL of the endpoint
  - `subscribed_events` string[], required — The events the endpoint is subscribed to
  - `created_at` string, date-time, required — The date and time the endpoint was created
  - `object` string — The object type

## Other responses

- `404` — Not Found

---

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