Skip to main content
POST
/
groupChat
/
getGroupChat
Get group chat
curl --request POST \
  --url http://api.superwize.ai/api/groupChat/getGroupChat \
  --header 'Content-Type: application/json' \
  --data '
{
  "groupChatId": "grp_01JHKYX1B2CD123456789"
}
'
{
  "id": "obj_01JHKZ0PV2WX123456789",
  "name": "Primary Key",
  "creatorId": "obj_01JHKZ0PV2WX123456789",
  "conversationId": "conv_01JHKYW2V8XQ123456789",
  "createdAt": "2026-01-01T00:00:00.000Z",
  "updatedAt": "2026-01-01T00:00:00.000Z",
  "intelligentResponses": true,
  "members": [
    {
      "id": "obj_01JHKZ0PV2WX123456789",
      "userId": "user_01JHKYV8FMS234567890",
      "name": "Primary Key",
      "image": "https://cdn.superwize.ai/assets/avatars/user-1.png",
      "joinedAt": "2026-01-01T00:00:00.000Z"
    }
  ],
  "isCreator": true,
  "mutedNotifications": true
}

Body

application/json
groupChatId
string
required

Response

Group chat returned.

id
string
required
name
string
required
creatorId
string
required
conversationId
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
intelligentResponses
boolean
required
members
object[]
required
isCreator
boolean
required
mutedNotifications
boolean
required