跳到主要内容
版本:202201

创建 Webhook

POST 

/openapi/2022-01/webhooks

创建包含通知 URL、事件名称和格式的 Webhook。

请求

请求体

    addressstring必填

    Webhook notification URL, e.g. https://example.com/webhook

    topicstring必填

    Event name, e.g. orders/cancelled

响应

200

数据结构
    webhook object
    idstring
    示例: 37593634-c272-4ed5-9096-1a4f1212125e
    addressstring
    示例: https://abc.com
    topicstring
    示例: order/create
    created_atstring
    示例: 2018-08-26T06:50:00Z
    updated_atstring
    示例: 2018-08-26T06:50:00Z
    formatstring
    示例: json