---
title: "List an org's webhooks (no secrets)"
method: GET
path: "/v1/orgs/{orgId}/webhooks"
tags: ["Webhooks"]
---

# List an org's webhooks (no secrets)

`GET /v1/orgs/{orgId}/webhooks`

## Path parameters

- `orgId` string, required

## Response `200`

Webhooks

- WebhookSummary[]
  - `createdAt` string, required
  - `enabled` boolean, required
  - `events` string[], required
  - `id` string, required
  - `name` string, required
  - `secretPrefix` string, required
  - `updatedAt` string, required
  - `url` string, required

## Other responses

- `401` — Missing or invalid API key
- `403` — API key lacks the required scope

---

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