Chat Sessions
Get a chat session
GET
/
chat
/
sessions
/
{session_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
session_id
string
requiredResponse
200 - application/json
id
string
requiredstatus
enum<string>
requiredAvailable options:
open
, closed_resolved
, closed_unresolved
channel
object
requiredcontact
object
language
string
assignee_id
string
handoff
object
Present if the conversation was handed off to a human.
created_at
string | null
requiredISO 8601 date-time string
updated_at
string | null
requiredISO 8601 date-time string
Was this page helpful?