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

# List Webhooks

`GET /hooks`

Retrieves a list of all webhooks in your workspace.

## Response `200`

Response for status 200

- object[]
  - `id` string, required — The unique identifier of the webhook.
  - `name` string, required — The name of the webhook.

## Other responses

- `401` — Response for status 401
- `500` — Response for status 500

---

[API](https://skmtc.net/vercel/apis/v0-platform-api-beta.md) · [All operations](https://skmtc.net/vercel/apis/v0-platform-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vercel/v0-platform-api-beta/versions/7c7a496f8022/schema)
