Fetch Notion Integration
Fetch a notionIntegration
get
/v1/integration/notion/{notionIntegrationId}/fetch
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
notionIntegrationIdstring* Required
The ID of the Notion integration to retrieve
curl -X GET "https://api.chatbotkit.com/v1/integration/notion/{notionIntegrationId}/fetch" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"
{"name":"string","description":"string","meta":"object","id":"string","createdAt":"number","updatedAt":"number","datasetId":"string","token":"string","syncSchedule":"string","expiresIn":"number"}
The Notion integration was retrieved successfully