版本:202201
查询 Webhook 数量
GET/openapi/2022-01/webhooks/count
返回店铺已注册的 Webhook 总数。
请求
Query参数
address string
Webhook 通知 URL,例如:https://example.com/webhook。
topic string
Webhook 主题。
响应
- 200
200
- application/json
- 数据结构
- 示例
- Result
数据结构
countinteger
默认值:
0示例:
5{
"count": 5
}
{
"count": 5
}