---
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.
- `403` — Authenticated but not permitted to perform this action.

---

[API](https://skmtc.net/micro-so/apis/prism.md) · [All operations](https://skmtc.net/micro-so/apis/prism/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/micro-so/prism/versions/558afa74332e/schema)
