---
title: "Get Card Rules"
method: GET
path: "/business/v2/cards/{cardId}/rules"
tags: ["Card Rules"]
---

# Get Card Rules

`GET /business/v2/cards/{cardId}/rules`

Endpoint to get the `CardRules` of the `Card`.

## Path parameters

- `cardId` string, required — The `Card` ID.

## Response `200`

The returned resource is a list of `CardRule`.

- CardRuleList
  - `rules` CardRuleItem[]
    - `name` 'OpenCloseMasterLock' | 'OpenClose' | 'OpenCloseAfterOneTx' | 'Online' | 'Contactless', required
    - `enabled` boolean, required — It determines whether the `CardRule` is enabled.

## Other responses

- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
