---
title: "Get a contact group"
method: GET
path: "/v1/contactGroups/{contactGroupId}"
tags: ["ContactGroups"]
---

# Get a contact group

`GET /v1/contactGroups/{contactGroupId}`

Retrieve the details of a single contact group (required scope contacts:read)

## Path parameters

- `contactGroupId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- ReadContactGroupModel — Contact group details response model
  - `id` integer — The unique identifier of the contact group
  - `name` string — The name of the contact group

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
