Appearance
Get a site widget chat conversation with messages and related feedback​
GET
/product/sites/{siteId}/chat/conversations/{conversationId}
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
siteId*
Type
Requiredstring
conversationId*
Type
Requiredstring
Responses​
OK
application/json
JSON"conversation": "string","messages": [],"feedback": []
{
 Â
 Â
 Â
 Â
 Â
}