Skip to main content
GET
/
api
/
conversation
/
webchat
/
{webchatId}
/
csat-status
Get webchat CSAT status (no auth required)
curl --request GET \
  --url https://your-instance.example.com/api/conversation/webchat/{webchatId}/csat-status
{
  "sessionStatus": "<string>",
  "hasPendingCsat": true,
  "conversationId": "<string>",
  "shouldClearSession": true
}

Path Parameters

webchatId
string
required

Response

CSAT status returned

sessionStatus
string

One of: active, pending_csat, ended

hasPendingCsat
boolean
conversationId
string
shouldClearSession
boolean