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

# GET /v1/me/webhooks/{id}

`GET /v1/me/webhooks/{id}`

GetSubscription 获取指定 Webhook 订阅详情。

## Path parameters

- `id` string, required

## Response `200`

OK

- WebhookV1GetSubscriptionReply — GetSubscriptionReply 获取 Webhook 订阅响应。
  - `subscription` WebhookV1SubscriptionInfo — SubscriptionInfo Webhook 订阅信息。
    - `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)
