cURL
curl --request GET \ --url https://{host}/api/{session}/groups/{id}/participants \ --header 'apikey: <api-key>'
{ "participants": [ { "id": "[email protected]", "isAdmin": true, "isSuperAdmin": true }, { "id": "[email protected]", "isAdmin": false, "isSuperAdmin": false } ] }
Get list of participants of the group
[email protected]
200
400
401
404
curl -X GET https://api.wappfy.com.br/api/my-session/groups/[email protected]/participants
Your Wappfy API key (get it at dash.wappfy.com.br)
ID do Grupo