获取 Webhook 数量

GET /openapi/2021-08/webhooks/count

权限:有应用权限都可获取Webhook数量

Query参数

参数名

说明

必填

类型

filter[address]

通知地址

string

filter[topic]

string

示例响应内容

{
    "count": "5"
}

Last updated