获取指定 Webhook

GET /openapi/2024-10/webhooks/{id}

权限:有应用权限都可获取Webhook列表

Query 参数

参数名

说明

必填

类型

fields

字段列表

string

REST 参数

参数名

说明

必填

类型

id

webhooK ID

string

示例响应内容

{
    "id": 1,
    "address": "http://shop.com",
    "topic": "app/uninstalled",
    "created_at": "2021-10-13T13:03:44+08:00",
    "updated_at": "2021-10-13T13:03:44+08:00",
    "format": "json",
    "fields": [
        "id",
        "updated_at"
    ],
    "metafield_namespaces": [
        ""
    ],
    "api_version": ""
}

Last updated