---
title: "Get Card Group"
method: GET
path: "/v1/cards/{cardId}/cardGroups"
tags: ["Cards"]
---

# Get Card Group

`GET /v1/cards/{cardId}/cardGroups`

Retrieves the group details associated with a specific card, identified by its card ID.

## Path parameters

- `cardId` integer, required

## Response `200`

Card group details retrieved successfully.

- CardGroup[]
  - `CardGroupEnabledBit` boolean, nullable — Indicates whether the card group is enabled.
  - `GroupName` string, nullable — The name of the card group.
  - `CardGroupId` integer, nullable — The unique identifier of the card group.
  - `GroupDailyLimit` integer, nullable — The daily limit for the card group.
  - `UpdatedBy` integer, nullable — The identifier of the user who last updated the group.
  - `LastUpdated` string, date-time, nullable — The date and time when the group was last updated.

---

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