Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
Successful Response
Handles a user chat message.
use_same_agent
is true, it retrieves the user’s existing agent.use_same_agent
is false, it creates a new agent.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response