Skip to content

List started site widget chat conversations for admins​

GET
/product/sites/{siteId}/chat/conversations

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

Query Parameters

status
Type
string
Valid values
"all""waiting""open""closed"
q

Search message text, attachment filenames, page context, notes, and customer identity. Search includes closed chats.

Type
string
limit
Type
integer
Default
100
Maximum
200

Responses​

OK

application/json
JSON
{
  
"items": [
  
],
  
"counts": {
  
}
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI