跳到主要内容
版本:202201

查询 Webhook 列表

GET 

/openapi/2022-01/webhooks

返回店铺已注册的所有 Webhook 列表。

请求

Query参数

    address string

    Webhook 通知 URL,例如:https://example.com/webhook。

    topic string

    Webhook 主题。

    created_at_min string

    最早创建时间。

    created_at_max string

    最晚创建时间。

    updated_at_min string

    最早更新时间。

    updated_at_max string

    最晚更新时间。

    limit int32

    Result per page, max: 250

    默认值: 50
    page int32

    Page number

响应

200

数据结构
    webhooks object[]
  • Array [
  • idstring
    示例: ea88df20-525b-457b-beed-d49e546be683
    addressstring
    示例: https://example.com/webhook
    topicstring
    示例: orders/create
    created_atstring
    示例: 2018-08-26T06:30:55Z
    updated_atstring
    示例: 2018-08-26T06:30:55Z
    formatstring
    示例: json
  • ]