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

# List webhook endpoints

`GET /webhooks/endpoints`

Returns all webhook endpoints for the organization (including inactive). Signing secrets are masked.

## Response `200`

List of webhook endpoints

- object
  - `data` object[], required
    - `id` string, required
    - `name` string, required
    - `url` string, required
    - `signingSecret` string, required — Masked signing secret
    - `active` boolean, required
    - `disabledReason` string, nullable, required
    - `consecutiveFailures` number, required
    - `subscribedEvents` string[], required
    - `rotationActive` boolean, required
    - `secretExpiresAt` number
    - `createdAt` number, required
    - `updatedAt` number, required
  - `meta` object, required
    - `total` number, required

## Other responses

- `401` — Unauthorized

## Changes

> 7 revisions in range; 1 could not be searched.

- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `listWebhookEndpoints` was added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/webhooks/endpoints/get.md)

---

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