Appearance
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
Requiredstring
Responses​
OK
application/json
JSON"conversation": "string","messages": [],"routing": "string"
{
 Â
 Â
 Â
 Â
}