Skip to main content
GET
/
groups
/
{id}
Buscar Grupo
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

instanceId
string<uuid>
required

Response

200 - application/json

Detalhes do grupo

id
string
subject
string
description
string
participants
object[]
owner
string
creation
integer