---
title: "Retrieves the collection of ContactGroup resources."
method: GET
path: "/contact_groups"
tags: ["ContactGroup"]
---

# Retrieves the collection of ContactGroup resources.

`GET /contact_groups`

Retrieves the collection of ContactGroup resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

ContactGroup collection

- ContactGroup[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each contact group
  - `name` string — The name of the contact group
  - `contactId` string, nullable — The ID of a contact within the contact group
  - `contactName` string, nullable — The name of a contact within the contact group
  - `isActive` boolean, nullable — Whether the contact group is active or not

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
