Chat Sessions
List chat sessions
GET
/
chat
/
sessions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
handed_off
boolean
channel_type
enum<string>
Available options:
web
, email
, phone_voice
, slack
, sms
, whatsapp
, api
, web_voice
status
enum<string>
Available options:
open
, closed_resolved
, closed_unresolved
cursor
string
Pagination cursor to fetch the next set of results
Response
200 - application/json
Paginated response.
items
object[]
requirednext
string | null
requiredThe cursor
for the request to get the next set of items. Null if there is no more data.
Was this page helpful?