cURL
curl --request GET \ --url https://api.l2msg.com/whatsapp/group/participants/{instance} \ --header 'apikey: <api-key>'
{ "participants": [ { "id": "[email protected]", "admin": "superadmin" } ] }
Fetch all group members
Your authorization key header
Name of the instance
Group remote JID
Ok
List of participants in the group.
Show child attributes