cURL
curl --request GET \ --url https://api.l2msg.com/whatsapp/group/participants/{instance} \ --header 'apikey: <api-key>'
{ "participants": [ { "id": "553198296801@s.whatsapp.net", "admin": "superadmin" } ] }
Fetch all group members
Documentation IndexFetch the complete documentation index at: https://docs.l2msg.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.l2msg.com/llms.txt
Use this file to discover all available pages before exploring further.
Your authorization key header
Name of the instance
Group remote JID
Ok
List of participants in the group.
Show child attributes