Appearance
Close a widget chat conversation as the visitor​
POST
/widget/chat/conversations/{conversationId}/close
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
Request Body​
application/json
JSON"email_transcript": false
{
 Â
}
Responses​
OK
application/json
JSON"conversation": "string"
{
 Â
}