---
title: "List Card Control Groups"
method: GET
path: "/api/v1/groups"
tags: ["Groups"]
---

# List Card Control Groups

`GET /api/v1/groups`

## Response `200`

Success

- GroupsResponse[]
  - `groupType` integer — Group Type. Presents as numeric.
  - `groupTypeName` 'LimitsGroup' | 'UsageGroup' | 'RecurringFeeGroup' | 'WebServiceFeeGroup' | 'AuthFeeGroup' | 'MCCGroup' | 'CardLinkageGroup' | 'CalendarGroup' | 'FXGroup' | 'PaymentTokenUsageGroup' | 'LimitedNetworkGroup' — Group Type. Presents as string.
  - `groups` Group[], nullable — Array of GPS.API.Core.Models.Common.Group models.
    - `id` integer — ID of the Group.
    - `code` string, nullable — Code (shortened name) of the Group.
    - `description` string, nullable — Group Description.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.dev/thredd/apis/core-cards.md) · [All operations](https://skmtc.dev/thredd/apis/core-cards/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thredd/core-cards/revisions/841f62def5bf/schema)
