Skip to main content
GET
/
channels
/
feishu
/
health
curl --request GET \
  --url https://zeus-api.agentspro.cn/channels/feishu/health
{
  "status": "ok",
  "channel": "feishu",
  "config": {
    "app_id_configured": true,
    "app_secret_configured": true,
    "bot_name": "Zeus Bot"
  }
}
status
string
Service status: ok
channel
string
Channel name: feishu
config
object
Current configuration status (redacted)
curl --request GET \
  --url https://zeus-api.agentspro.cn/channels/feishu/health
{
  "status": "ok",
  "channel": "feishu",
  "config": {
    "app_id_configured": true,
    "app_secret_configured": true,
    "bot_name": "Zeus Bot"
  }
}