cURL
curl --request GET \ --url https://api.flowmod.ai/group/fetchAllGroups/{instanceName} \ --header 'apikey: <api-key>'
{ "status": 200, "error": false, "response": [ { "id": "[email protected]", "subject": "My New Group", "size": 3, "owner": "[email protected]", "participants": [ { "id": "[email protected]", "admin": "superadmin" } ] } ] }
Get all WhatsApp groups for this instance with optional participant details
Organization-specific API key for Evolution API access
Include participant details in response
Groups retrieved successfully
200
false
Show child attributes