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

# List webhook endpoints

`GET /webhooks/v1/endpoints`

Returns the organization's webhook endpoints, newest first. Signing secrets are never included.

## Query parameters

- `status` 'active' | 'disabled' | 'auto_disabled'
- `limit` integer

## Response `200`

Webhook endpoints list

## Other responses

- `401` — Invalid API key
- `403` — API key does not have access to webhooks service

## Changes

- **2026-04-23** `19bd0be9c80b` — 1 info
  - endpoint added

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

---

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