Fetch Slack Integration
Fetch a slackIntegration
get
/v1/integration/slack/{slackIntegrationId}/fetch
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
slackIntegrationIdstring* Required
The ID of the Slack integration to retrieve
curl -X GET "https://api.chatbotkit.com/v1/integration/slack/{slackIntegrationId}/fetch" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"
{"name":"string","description":"string","meta":"object","id":"string","createdAt":"number","updatedAt":"number","sessionDuration":"number","visibleMessages":"number","botId":"string"}
The Slack integration was retrieved successfully