List Sitemap Integrations
List Sitemap integrations
get
/v1/integration/sitemap/list
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
cursorstring
The cursor to use for pagination
orderstring
The order of the paginated items
takeinteger
The number of items to retrieve
curl -X GET "https://api.chatbotkit.com/v1/integration/sitemap/list" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"
{"items":[{"name":"string","description":"string","meta":"object","id":"string","createdAt":"number","updatedAt":"number","datasetId":"string","url":"string","glob":"string","selectors":"string","javascript":"boolean","syncSchedule":"string","expiresIn":"number"}]}
The list of Sitemap integrations was retrieved successfully