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

# List webhooks

`GET /webhooks`

List all webhooks for the current workspace.

## Response `200`

List of webhooks

- Webhook[]
  - `id` string, uuid
  - `name` string
  - `url` string, uri
  - `description` string, nullable
  - `headers` object, nullable
  - `topics` string[]
  - `createdAt` string, date-time
  - `createdBy` WebhookCreatedBy — User who created the webhook
    - `id` string, uuid
    - `email` string, email
    - `firstName` string, nullable
    - `lastName` string, nullable

## Other responses

- `401` — Unauthorized - Missing or invalid API key

---

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