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
}Returns group details, members, and creator/mute flags for the current member.
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
}Group chat returned.