Skip to main content
GET
/
v1
/
cards
/
{cardId}
/
cardGroups
Get Card Group
curl --request GET \
  --url https://qa-lynx.nayax.com/operational/v1/cards/{cardId}/cardGroups \
  --header 'Authorization: <api-key>'
[
  {
    "CardGroupEnabledBit": true,
    "GroupName": "<string>",
    "CardGroupId": 123,
    "GroupDailyLimit": 123,
    "UpdatedBy": 123,
    "LastUpdated": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Path Parameters

cardId
integer<int64>
required

The unique identifier of the card for which the group details are being retrieved.

Response

200 - application/json

Card group details retrieved successfully.

CardGroupEnabledBit
boolean | null

Indicates whether the card group is enabled.

GroupName
string | null

The name of the card group.

CardGroupId
integer<int64> | null

The unique identifier of the card group.

GroupDailyLimit
integer<int32> | null

The daily limit for the card group.

UpdatedBy
integer<int64> | null

The identifier of the user who last updated the group.

LastUpdated
string<date-time> | null

The date and time when the group was last updated.