GET
/
v1
/
chats
[
  {
    "id": 123,
    "chat_id": "<string>",
    "title": "<string>",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Response

200 - application/json
Successful Response
id
integer
required
chat_id
string
required
title
string
required
updated_at
string
required