Endpoints
Conversation - Get Messages
GET
/
conversation
/
{conversation-id}
/
messages
/
{count-msg-to-get}
Example JS Code to Get Messages from a Conversation
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
conversation-id
string
requiredID of the conversation
count-msg-to-get
integer
requiredNumber of messages to retrieve
Response
200 - application/json
status
string
isAiEnabled
boolean
userId
string
organizationId
string
messages
object[]
Was this page helpful?