---
title: "Get Webhook"
method: GET
path: "/webhooks/{id}"
tags: ["Webhooks"]
---

# Get Webhook

`GET /webhooks/{id}`

To retrieve a specific subscribed webhook by id<br>以id獲取一個已訂閱的webhook

## Path parameters

- `id` string, required

## Response `200`

OK

- Webhook
  - `id` string — Webhook ID
  - `format` 'json' — Webhook format<br>Webhook格式<br>---<br>Currently support "json" only<br>現只支援"json"
  - `address` string — URL to receive the webhook<br>接收Webhook的URL
  - `status` 'active' | 'removed' — Webhook status<br>Webhook狀態
  - `merchant_id` string — Merchant ID<br>商户ID
  - `created_at` string — Webhook created time<br>Webhook創建日期
  - `updated_at` string — Webhook updated time<br>Webhook更新時間
  - `webhook_version` string — Webhook version<br>Webhook版本
  - `topics` string[]

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
