Returns groups linked to a community, including the Announcements group
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes
isDefaultSubGroup: true. Unlike the other endpoints, this route requires a JID in ?communityJid= (it does not accept a code / link).
120363406289005073@g.us by passing the full JID (with the @g.us suffix) in the query string.
communityJid. The service automatically appends @g.us before resolving the community.
communityJid (already normalized with the @g.us suffix) and the subgroups array with each linked group the bot participates in. Each item carries jid, name, and the flag isDefaultSubGroup that identifies the community’s Announcements group. The message carries the count ("N subgroup(s) found") and the array comes empty when no subgroup is found.
TokenAccount or TokenInstance.@g.us JID. If you omit the suffix, the service automatically appends @g.us.GET right after POST /link may temporarily return the list without the freshly linked group.isDefaultSubGroup: true. Filter on the client if you need to exclude it from the listing.| HTTP | Message |
|---|---|
| 400 | communityJid query parameter is required |
| 400 | invalid community JID: <reason> |
| 400 | Instance is not connected to WhatsApp |
| 500 | failed to get groups: <reason> |