Skip to content

Create or resume a restricted anonymous sales-chat session​

POST
/widget/chat/session

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

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

Type
API Key (header: Authorization)

Request Body​

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

Responses​

Created

application/json
JSON
"string"

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI