# ai_bot_v1_bots_bot_config_slack_retrieve Create modify and update bot information for a specific tenant. Endpoint: GET /api/ai-bot/v1/bots/{org}/bot/{id}/config/slack/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this bot. - `org` (string, required) ## Response 200 fields (application/json): - `id` (integer, required) - `bot` (integer, required) - `client_id` (string, required) - `client_secret` (string, required) - `app_token` (string, required) - `verification_token` (string, required)