版本:202506
查询 Webhook 数量
GET/openapi/2025-06/webhooks/count
返回店铺已注册的 Webhook 总数。
请求
Query参数
address string
Webhook 通知 URL,例如:https://example.com/webhook
topic string
Webhook 主题
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
codestring
错误码
messagestring
错误信息
data object
countint32
数量
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}