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