Returns all groups the instance belongs to
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
includeMembers=true in the query to include the full member list, when you do, the operation timeout is extended to 60s.
includeMembers=true to include the full participant list of every group. The internal timeout is extended to 60s, useful when you need a complete snapshot in a single call.
groups[], with meta.total reporting the count. Each item carries lightweight metadata (name, groupJid, description, creatorJid, memberCount); the members array is populated only when includeMembers=true. There is no pagination, every group comes in a single response.
TokenAccount or TokenInstance.true, includes the full member list of each group.members array only appears when includeMembers=true.includeMembers=false and fetch members on demand via GET /info.| HTTP | Message |
|---|---|
| 400 | Instance is not connected to WhatsApp |
| 404 | Instance not found |