Endpoints

CONVERSATIONS

Access conversation history and messages.

GET/api/v1/conversations

List conversations

Query Parameters

channelwhatsapp | voice
statusactive | completed | escalated | failed
bot_idUUID
GET/api/v1/conversations/:id

Get conversation details

GET/api/v1/conversations/:id/messages

Get all messages in a conversation

PUT/api/v1/conversations/:id/status

Update conversation status

Request Body

statusactive | completed | escalated | failed
Was this page helpful?