Skip to main content
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"
}
app_id_configured
boolean
Whether the App ID is configured
app_secret_configured
boolean
Whether the App Secret is configured
bot_name
string
Bot name
curl --request GET \
  --url https://zeus-api.agentspro.cn/channels/feishu/config
{
  "app_id_configured": true,
  "app_secret_configured": true,
  "bot_name": "Zeus Bot"
}