Skip to main content
GET
Group Details
Auth: TokenAccount or TokenInstanceRate-limit: Global (100/min) • Idempotent: yes

Description

Returns the full GroupDetail: name, description, picture, invite link, creator, list of participants (with lid), permissions, and metadata (who changed name / description). Accepts the identifier in any format, JID, invite code, or link.

Examples

By JID

Fetch the group’s details by passing the JID 120363406289005073@g.us in identifier. By default, the response includes the full participant list.
Resolve the group from the invite link https://chat.whatsapp.com/ABC123XYZ. The service extracts the code, discovers the JID, and returns the same data as the JID lookup.

Without participants

Add participants=false to the query to receive only the group’s metadata, without the member list. Useful when you only need the name / description / permissions in large groups.

Success response

Returns the full GroupDetail: metadata (name, description, image, inviteLink, createdBy, createdAt), the participants list (only present when participants=true, with lid for cross-device correlation), resolved groupSettings, and metadata containing authorship for the latest name/description changes. The URL in image is signed by WhatsApp and expires in ~1h.
200 OK

Path parameters

string
required
Instance name.

Headers

string
required
TokenAccount or TokenInstance.

Query

string
required
JID @g.us, invite code (ABC123XYZ), or full link (https://chat.whatsapp.com/ABC123XYZ).
boolean
default:"true"
When false, omits the participant list (lighter response).

Notes

  • When the identifier is a code / link, the service resolves it to a JID before fetching the detail, you must be in the group (or join it first) to see the internal data.
  • The lid field corresponds to whatsmeow’s “lite” identifier for the user; useful for correlating messages sent from other devices.
  • The URL in image is temporary (signed by WhatsApp; valid for ~1h).

Errors

Envelope: