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

# List all webhooks

`GET /webhooks`

Retrieve all webhooks configured for your account.

## Response `200`

List of webhooks

- object
  - `success` boolean
  - `webhooks` Webhook[]
    - `_id` string
    - `name` string
    - `url` string, uri
    - `events` string[]
    - `isActive` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `500` — Server error

---

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