cURL
curl --request GET \ --url https://api.wapizap.com/api/v2/groups/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "subject": "<string>", "description": "<string>", "participants": [ { "id": "<string>", "name": "<string>", "isAdmin": true } ], "owner": "<string>", "creation": 123 }
Retorna detalhes de um grupo específico
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Detalhes do grupo
Show child attributes