cURL
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
Your authorization key header
ID of the instance to connect
Group remote JID
Ok
The response is of type object.
object