---
title: "Get Groups"
method: GET
path: "/v1/groups"
---

# Get Groups

`GET /v1/groups`

## Response `200`

Successful Response

- GetGroupsResponseV1 — Response from GET /v1/groups - retrieving user's groups.
  - `groups` GroupV1[], required — List of groups the user has access to
    - `id` string, required — Unique identifier for the group
    - `name` string, required — Name of the group

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone
- `422` — Validation Error
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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