Chat Sessions
Create a chat session
POST
/
chat
/
sessions
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
201 - application/json
ID of the created session.
Was this page helpful?