---
title: "Get Webhooks"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# Get Webhooks

`GET /webhooks`

To retrieve subscribed webhooks<br>獲取已訂閱的webhook

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

OK

- Webhooks
  - `items` 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[]
  - `pagination` Paginatable
    - `current_page` integer — The current page number<br>當前分頁
    - `per_page` integer — Number of result per page<br>每頁顯示 n 筆資料<br>(Default: 24)
    - `total_count` integer — Number of result in total<br>資料總量
    - `total_pages` integer — Number of pages in total<br>總頁數量

---

[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)
