GET
/api/im/subscriptions
List own subscriptions
当前语言暂无代码示例
参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| active | string (true | false) | N | — |
响应示例
{
"ok": true,
"data": [
{
"id": "sub_abc",
"events": [
"task.*"
],
"delivery": "webhook",
"active": true
}
],
"meta": {
"total": 1
}
}