cURL
curl --request GET \ --url https://api.wapizap.com/api/v2/groups \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "subject": "<string>", "description": "<string>", "participants": [ { "id": "<string>", "name": "<string>", "isAdmin": true } ], "owner": "<string>", "creation": 123 } ]
Retorna todos os grupos da instância
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Lista de grupos
Show child attributes