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"
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/EvolutionAPI/evolution-api/llms.txt
Use this file to discover all available pages before exploring further.
apikey header.
@g.us suffix (e.g., 120363123456789 or 120363123456789@g.us).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"
}
@g.us suffix is automatically added if you provide only the numeric group ID.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"
}