Fetch Widget Integration

Fetch a widgetIntegration

get
/v1/integration/widget/{widgetIntegrationId}/fetch

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Path Parameters

widgetIntegrationIdstring* Required

The ID of the Widget integration to retrieve

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

-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"

{
"name":"string",
"description":"string",
"meta":"object",
"id":"string",
"createdAt":"number",
"updatedAt":"number",
"theme":"string",
"layout":"string",
"title":"string",
"intro":"string",
"initial":"string",
"placeholder":"string",
"origin":"string",
"sessionDuration":"number",
"language":"string",
"stream":"boolean",
"verbose":"boolean",
"tools":"boolean",
"unfurl":"boolean",
"autoScroll":"boolean",
"startFirst":"boolean",
"contactCollection":"boolean",
"exportConversation":"boolean",
"restartConversation":"boolean",
"maximize":"boolean",
"messagePeek":"boolean",
"poweredBy":"boolean",
"botId":"string"
}
The Widget integration was retrieved successfully