Skip to main content
GET
/
api
/
v1
/
groups
/
{group_jid}
Get Group
curl --request GET \
  --url https://api.example.com/api/v1/groups/{group_jid}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "owner": "<string>",
  "participants_count": 0
}

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

Path Parameters

group_jid
string
required

Query Parameters

session_name
string
required

WhatsApp session name

Response

Successful Response

Detailed group response.

id
string
required
name
string
required
description
string | null
owner
string | null
participants_count
integer
default:0