v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-06-11720209.3 KB
Group Controller

Fetch All Group Members

Fetch all group members

get/group/participants/{instance}

Path parameters

instancestring required

ID of the instance to connect

Query parameters

groupJidstring required

Group remote JID

Response

Ok

Example response

{
  "participants": [
    {
      "id": "553198296801@s.whatsapp.net",
      "admin": "superadmin"
    }
  ]
}