cURL
curl --request GET \ --url https://api.zapkey.io/group/participants/{instance} \ --header 'apikey: <api-key>'
{ "participants": [ { "id": "553198296801@s.whatsapp.net", "admin": "superadmin" } ] }
Fetch all group members
Your authorization key header
ID of the instance to connect
Group remote JID
Ok
List of participants in the group.
Show child attributes