Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List your account contact groups with cursor pagination and optional search.
GET /api/v1/contacts/groups
limit
50
100
cursor
search
name
description
200
{ "data": { "groups": [ { "id": "grp_uuid", "name": "VIPs", "description": "High-priority contacts", "color": "#facc15", "contactCount": 42, "createdAt": "2026-04-01T10:00:00.000Z" } ], "total": 7, "limit": 50, "nextCursor": null, "hasMore": false } }
nextCursor
hasMore
false
null