Skip to content

Get widget chat conversation messages​

GET
/widget/chat/conversations/{conversationId}/messages

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

conversationId*
Type
string
Required

Responses​

OK

application/json
JSON
{
  
"conversation": "string",
  
"messages": [
  
],
  
"routing": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI