v1

latestOpenAPI 3.0.02026-07-2483164186.3 KB

Get WhatsApp group participants

Returns a paginated list of participants for a specific WhatsApp group. Uses cursor-based pagination — pass lastPhoneNumber and olderThanTimestamp from the previous response to fetch the next page.

get/whatsapp/wa-group/participants

Query parameters

groupIdstring required

Unique identifier for the group

lastPhoneNumberstring

Phone number of the last participant from the previous page (pagination cursor)

olderThanTimestampstring date-time

ISO 8601 timestamp — only return participants who joined before this time (pagination cursor)

Response

Paginated list of participants

hasMoreboolean

Whether more pages are available

lastPhoneNumberstring nullable

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

olderThanTimestampstring date-time nullable

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