Skip to main content
GET
/
group
/
participants
/
{instance}
Fetch All Group Members
curl --request GET \
  --url https://converso-whatsapp-api.p.rapidapi.com/group/participants/{instance} \
  --header 'instanceCode: <api-key>' \
  --header 'x-rapidapi-key: <api-key>'
{
  "participants": [
    {
      "id": "553198296801@s.whatsapp.net",
      "admin": "superadmin"
    }
  ]
}

Authorizations

instanceCode
string
header
required

Your authorization key header

x-rapidapi-key
string
header
required

Your rapid api key

Path Parameters

instance
string
required

Name of the instance

Query Parameters

groupJid
string
required

Group remote JID

Response

200 - application/json

Ok

participants
object[]

List of participants in the group.