Skip to content

List contact groups

GET
/v1/groups
curl --request GET \
--url https://example.com/v1/groups \
--header 'Authorization: Bearer <token>'

Every contact group (list) in the tenant. Small by nature — not paginated.

OK

object
items
Array<object>
nullable
object
id
integer format: int64
type
string
nullable
name
string
nullable
memberCount
integer format: int32
nextCursor
string
nullable