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