v1

latestOpenAPI 3.0.02026-07-2483164186.3 KB

List WhatsApp groups

Returns a paginated list of WhatsApp groups for the given WABA number. Uses cursor-based pagination — pass lastGroupId and olderThanTimestamp from the previous response to fetch the next page.

get/whatsapp/wa-group/list

Query parameters

wabaNumberstring required

WABA number to list groups for

lastGroupIdstring

groupId of the last group from the previous page (pagination cursor)

olderThanTimestampstring date-time

ISO 8601 timestamp — only return groups created before this time (pagination cursor)

Response

Paginated list of groups

hasMoreboolean

Whether more pages are available

lastGroupIdstring nullable

Cursor — pass as lastGroupId in the next request to fetch the next page

olderThanTimestampstring date-time nullable

Cursor timestamp — pass in the next request along with lastGroupId to fetch the next page