Chat Sessions
Create a chat session
POST
/
chat
/
sessions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
contact_id
string
channel
object
Response
201 - application/json
id
string
requiredID of the created session.
Was this page helpful?