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

# List Webhooks

`POST /webhooks/list`

Returns a list of all [webhooks](/developer-tools/webhooks).

## Response `200`

OK

- object
  - `webhooks` Webhook[], required
    - `event_types` string[] — Types of events that the [webhook](/developer-tools/webhooks) should receive.
    - `secret` string — Secret associated with the [webhook](/developer-tools/webhooks).
    - `url` string, required — URL for the [webhook](/developer-tools/webhooks).
    - `webhook_id` string, required — ID of the webhook.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
