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"
}
]
}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"
}
]
}Your authorization key header
Your rapid api key
Name of the instance
Group remote JID
Ok
List of participants in the group.
Show child attributes