Skip to main content
GET
/
v1
/
chats
Get User Chats
curl --request GET \
  --url https://api.example.com/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<date-time>
required