Skip to main content
GET
/
groups
Listar Grupos
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
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

instanceId
string<uuid>
required

Response

200 - application/json

Lista de grupos

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