---
title: "List webhook endpoints"
method: GET
path: "/v1/webhooks/endpoints"
tags: ["Webhooks"]
---

# List webhook endpoints

`GET /v1/webhooks/endpoints`

List all webhook endpoints for your organization. Requires the `webhooks:read` scope.

## Response `200`

Your webhook endpoints.

- WebhookEndpoint[]
  - `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)
