GET

https://{server-url}

/
group
/
participants
/
{instance}
curl --request GET \
  --url https://{server-url}/group/participants/{instance} \
  --header 'apikey: <api-key>'
{
  "participants": [
    {
      "id": "553198296801@s.whatsapp.net",
      "admin": "superadmin"
    }
  ]
}

Authorizations

apikey
string
headerrequired

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Query Parameters

groupJid
string
required

Group remote JID

Response

200 - application/json
participants
object[]

List of participants in the group.