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