---
title: "GET /v1/me/webhooks"
method: GET
path: "/v1/me/webhooks"
tags: ["WebhookService"]
---

# GET /v1/me/webhooks

`GET /v1/me/webhooks`

ListSubscriptions 列出当前用户的所有 Webhook 订阅。

## Response `200`

OK

- WebhookV1ListSubscriptionsReply — ListSubscriptionsReply 列出 Webhook 订阅响应。
  - `items` WebhookV1SubscriptionInfo[] — 订阅列表
    - `createdAt` string, date-time — 创建时间
    - `enabled` boolean — 是否启用
    - `eventTypes` string[] — 订阅的事件类型列表
    - `id` string — 订阅 ID
    - `updatedAt` string, date-time — 更新时间
    - `url` string — Webhook 回调 URL
    - `userId` string — 用户 ID

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
