Fetch all groups
Documentation Index
Fetch the complete documentation index at: https://doc.evolution-api.com/llms.txt
Use this file to discover all available pages before exploring further.
Your authorization key header
ID of the instance to connect
Whether to get the group members or not
Ok
The ID of the group.
The subject (name) of the group.
The ID of the user who set the subject.
The timestamp when the subject was set.
The number of participants in the group.
The timestamp when the group was created.
The ID of the group owner.
Indicates if the group is restricted (only admins can send messages).
Indicates if the group is an announcement group (only admins can send messages).
URL of the group's profile picture.
The description of the group.
The ID of the description message.
[
{
"id": "120363295648424210@g.us",
"subject": "Example Group",
"subjectOwner": "553198296801@s.whatsapp.net",
"subjectTime": 1714769954,
"pictureUrl": null,
"size": 1,
"creation": 1714769954,
"owner": "553198296801@s.whatsapp.net",
"desc": "optional",
"descId": "BAE57E16498982ED",
"restrict": false,
"announce": false
}
]