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

curl -X GET "https://api.chatbotkit.com/v1/integration/support/{supportIntegrationId}/fetch" \

-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"

{
"name":"string",
"description":"string",
"meta":"object",
"id":"string",
"createdAt":"number",
"updatedAt":"number",
"botId":"string",
"email":"string"
}
The Support integration was retrieved successfully