---
title: "List all webhooks of your community"
method: GET
path: "/public/communities/{subdomain}/webhooks"
tags: ["communityWebhook"]
---

# List all webhooks of your community

`GET /public/communities/{subdomain}/webhooks`

## Path parameters

- `subdomain` string, required

## Headers

- `x-api-key` string, required

## Response `200`

200

- object
  - `items` object[], required
    - `id` string, uuid, required
    - `name` string, required
    - `uri` string, uri, required
    - `communityId` string, uuid, required
    - `createdAt` string, date-time, nullable, required
    - `updatedAt` string, date-time, nullable, required
    - `active` boolean, required
    - `secret` string, required
    - `events` string[], required
    - `success` number, required
    - `failed` number, required
    - `exhausted` number, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/zealy/apis/zealy-api.md) · [All operations](https://skmtc.net/zealy/apis/zealy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zealy/zealy-api/revisions/1c24cb9f818b/schema)
