Skip to content

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
string
Required

Request Body​

application/json
JSON
{
  
"email_transcript": false
}

Responses​

OK

application/json
JSON
{
  
"conversation": "string"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI