Skip to main content
GET
/
api
/
v1
/
groups
List Groups
curl --request GET \
  --url https://api.example.com/api/v1/groups
{
  "groups": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "owner": "<string>",
      "participants_count": 0
    }
  ],
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string | null

Query Parameters

session_name
string
required

WhatsApp session name

limit
integer
default:50
Required range: 1 <= x <= 500
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

Response for listing groups.

groups
GroupListItem · object[]
required
total
integer
required