Retrieve detailed information about a WhatsApp group.
curl --request GET \ --url 'https://api.example.com/group/findGroupInfos/my-instance?groupJid=120363123456789@g.us' \ --header 'apikey: YOUR_API_KEY'
{ "id": "120363123456789@g.us", "subject": "Project Team", "subjectOwner": "5511999999999@s.whatsapp.net", "subjectTime": 1709553600, "size": 5, "creation": 1709467200, "owner": "5511999999999@s.whatsapp.net", "desc": "Team collaboration group for the new project", "descId": "3EB0ABC123456789", "descOwner": "5511999999999@s.whatsapp.net", "descTime": 1709553600, "participants": [ { "id": "5511999999999@s.whatsapp.net", "isAdmin": true, "isSuperAdmin": true }, { "id": "5511888888888@s.whatsapp.net", "isAdmin": true, "isSuperAdmin": false }, { "id": "5511777777777@s.whatsapp.net", "isAdmin": false, "isSuperAdmin": false } ], "announce": false, "restrict": true, "ephemeralDuration": 0, "inviteCode": "F1EX5QZxO181L3TMVP31gY" }
apikey
@g.us
120363123456789
120363123456789@g.us
Show properties