---
title: "List webhooks"
method: GET
path: "/v2/webhooks/{teamId}"
---

# List webhooks

`GET /v2/webhooks/{teamId}`

Lists the team's webhooks. Signing secrets are never included.

## Path parameters

- `teamId` string, uuid, required

## Response `200`

The team's webhooks.

- WebhookList
  - `data` Webhook[], required
    - `id` string, uuid, required
    - `name` string, required
    - `description` string, nullable
    - `url` string, uri, required — Endpoint events are delivered to.
    - `team_id` string, uuid, required
    - `enabled` boolean, required — Disabled webhooks are skipped at delivery time.
    - `verified` boolean, required — True once the endpoint has completed the verification handshake.
    - `verified_at` string, date-time, nullable
    - `verification_token` string — Stable token replayed to the endpoint (as the `micro_hook_token` query param) during the verification handshake. The endpoint may check it to confirm the request originated from Micro.
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, nullable

## Other responses

- `401` — Missing or invalid credentials. API Gateway maps a missing or invalid `x-api-key` to HTTP 401 with this envelope (including `request_id`). A 403 here means the key was accepted but the caller is not permitted.
- `403` — Authenticated but not permitted to perform this action.

## Changes

- **2026-06-29** `74d3dbb14f1d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/micro-so/apis/prism/changes/v2/webhooks/:teamId/get.md)

---

[API](https://skmtc.dev/micro-so/apis/prism.md) · [All operations](https://skmtc.dev/micro-so/apis/prism/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/micro-so/prism/revisions/2b55e7c05657/schema)
