chat
Get chat details
Get details of a specific chat.
get/api/chat/chats/{chat_id}
Path parameters
chat_idstring uuid required
Response
Successful Response
Example response
{
"created_at": "2025-01-15T08:00:00Z",
"id": "123e4567-e89b-12d3-a456-426614174000",
"last_message_at": "2025-01-20T10:00:00Z",
"operator_first_name": "Mario",
"operator_id": "operator-uuid",
"operator_last_name": "Rossi",
"patient_first_name": "Luigi",
"patient_id": "patient-uuid",
"patient_last_name": "Verdi",
"profession": "PSICOLOGO",
"status": "active",
"updated_at": "2025-01-20T10:00:00Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.