Skip to main content
GET
/
group
/
fetchAllGroups
/
{instanceName}
List All Groups
curl --request GET \
  --url https://api.flowmod.ai/group/fetchAllGroups/{instanceName} \
  --header 'apikey: <api-key>'
{
  "status": 200,
  "error": false,
  "response": [
    {
      "id": "120363000000000000@g.us",
      "subject": "My New Group",
      "size": 3,
      "owner": "5511999999999@s.whatsapp.net",
      "participants": [
        {
          "id": "5511999999999@s.whatsapp.net",
          "admin": "superadmin"
        }
      ]
    }
  ]
}

Authorizations

apikey
string
header
required

Organization-specific API key for Evolution API access

Path Parameters

instanceName
string
required

Query Parameters

getParticipants
boolean
default:false

Include participant details in response

Response

200 - application/json

Groups retrieved successfully

status
number
Example:

200

error
boolean
Example:

false

response
object[]