v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
Reach: Contacts

List contact groups

Get a list of all contact groups.

This endpoint returns a list of contact groups that can be used to organize contacts.

get/api/reach/v1/contacts/groups

Response

Success response

uuidstring
titlestring

Example response

[
  {
    "uuid": "550e8400-e29b-41d4-a716-446655440000",
    "title": "Newsletter Subscribers"
  }
]