Blueticks
Groups

List groups

List the groups the connected WhatsApp engine sees.

Supports offset pagination (limit+skip) and an optional case-insensitive substring search on the group name via searchToken.

Request

curl -X GET "https://api.blueticks.co/v1/groups"
GET
/v1/groups

Query Parameters

searchToken?string

Search token; when set, only items whose name matches are returned.

Length1 <= length <= 128
skip?integer

Number of items to skip before the page (default 0).

Default0
Range0 <= value
limit?integer

Page size (1-200, default 50).

Default50
Range1 <= value <= 200

Response

Response Body

application/json

application/json