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 the groups a contact belongs to.
GET /api/v1/contacts/{id}/groups
id
200
{ "data": { "groups": [ { "id": "grp_uuid", "name": "Clients VIP", "color": "#F59E0B" } ] } }