WhatsApp Integrations
List Whats App Integrations
List WhatsApp integrations
get
/v1/integration/whatsapp/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
import { ChatBotKit } from '@chatbotkit/sdk'
const cbk = new ChatBotKit({
secret: process.env.CHATBOTKIT_API_KEY!
})
const response = await cbk.integration.whatsapp.list(
)
{"items":[{"name":"string","description":"string","meta":"object","id":"string","createdAt":"number","updatedAt":"number","verifyToken":"string","phoneNumberId":"string","contactCollection":"boolean","sessionDuration":"number","attachments":"boolean","botId":"string"}]}
The list of WhatsApp integrations was retrieved successfully