Chats

Chats

Options

Enable CORS by returning correct headers

SecurityNone
Request
path Parameters
chatId
required
string

ID of the chat.

Responses
200

Enable CORS by returning correct headers

options/v1/chats/{chatId}

Get a specific chat

Chats

SecurityOAuth2 or JifelineAuthorizer
Request
path Parameters
chatId
required
string

ID of the chat.

Example: 910329423_af77adff-5257-4d13-93af-b7da6ce4e61
Responses
200

Chats

400

Returned when a client sends a bad request

401

Returned when a request is performed without or with an incorrect OIDC token

403

Returned when a client requests a resource it's not authorized for.

500

Returned when an error occurs on the server

get/v1/chats/{chatId}
Response samples
application/json
{
  • "session_id": "416e4c77-4fc0-40ca-b5a5-95a12c4e84e8",
  • "chat_version": 2,
  • "operator_id": 23423,
  • "user_id": "2bd29a02-d472-4694-bdcb-8be6486f64fd",
  • "app_id": "tbvK220i",
  • "chat_user_name": "John",
  • "operator_signature": "22b6833289bcfec80651c6eecf517e255136e5e1b5efa193887b148407500874",
  • "chat_session_state": 0,
  • "chat_session_state_as_string": "Succeeded",
  • "talkjs_translation": true,
  • "talkjs_filesharing": true
}