Support Integrations
Fetch Support Integration
Fetch a supportIntegration
get
/v1/integration/support/{supportIntegrationId}/fetch
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
supportIntegrationIdstring* Required
The ID of the Support integration to retrieve
import { ChatBotKit } from '@chatbotkit/sdk'
const cbk = new ChatBotKit({
secret: process.env.CHATBOTKIT_API_KEY!
})
const response = await cbk.integration.support.fetch(
supportIntegrationId)
{"name":"string","description":"string","meta":"object","id":"string","createdAt":"number","updatedAt":"number","botId":"string","email":"string"}
The Support integration was retrieved successfully