---
title: "Find group by ID"
method: GET
path: "/api/v1/groups/{id}"
tags: ["Groups"]
---

# Find group by ID

`GET /api/v1/groups/{id}`

## Path parameters

- `id` integer, required

## Headers

- `Content-Type` string, required

## Response `200`

Success

- object
  - `links` object
  - `data` object
    - `type` string
    - `id` string
    - `attributes` object
      - `name` string
      - `group_type_id` integer
      - `created_at` string
  - `jsonapi` object
    - `version` string

## Other responses

- `400` — Bad Request
- `401` — Invalid token
- `404` — Group not found

---

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