curl --request GET \
--url https://zeus-api.agentspro.cn/channels/feishu/config
{
"app_id_configured": true,
"app_secret_configured": true,
"bot_name": "Zeus Bot"
}
渠道 API
飞书配置
获取飞书渠道当前配置状态(脱敏)
GET
/
channels
/
feishu
/
config
curl --request GET \
--url https://zeus-api.agentspro.cn/channels/feishu/config
{
"app_id_configured": true,
"app_secret_configured": true,
"bot_name": "Zeus Bot"
}
⌘I