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

# Retrieve a webhook endpoint

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

Retrieve a single webhook endpoint by ID. Requires the `webhooks:read` scope.

## Path parameters

- `endpoint_id` string, required

## Response `200`

The endpoint.

- WebhookEndpoint — A webhook endpoint: a URL Bachs delivers events to, and the events it is subscribed to.
  - `endpoint_id` string, required — Unique identifier for the endpoint.
  - `name` string, required — A label for the endpoint.
  - `url` string, uri, required — The HTTPS URL events are delivered to.
  - `enabled` boolean, required — Whether the endpoint is active and receiving events.
  - `event_types` string[], required — The events this endpoint is subscribed to.
  - `created_at` string, required — When the endpoint was created, in UTC.
  - `updated_at` string, required — When the endpoint was last updated, in UTC.

---

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