---
title: "List authorisation controls"
method: GET
path: "/cards/{cardId}/auth-controls"
tags: ["Merchant controls"]
---

# List authorisation controls

`GET /cards/{cardId}/auth-controls`

Returns a list of authorisation controls for a given card.

## Path parameters

- `cardId` string, uuid, required — The ID of the card to work with.

## Query parameters

- `accountId` string, required — The ID of the account to work with.
- `personId` string, uuid — The ID of the person to work with.
- `limit` integer
- `offset` integer — The number of items to skip before returning results.

## Response `200`

OK

- object
  - `limit` integer — The maximum number of results to return.
  - `offset` integer — The number of items to skip before returning results.
  - `count` integer, required — The total amount of records matching the querying when "limit" is ignored.
  - `search` string — The term to search the records for.
  - `rows` object[], required
    - `name` string, required — The name of the authorisation control.
    - `id` string, uuid — Unique identifier of the resource. If an id is not provided one will be generated.
    - `active` boolean — If the auth control is active. Default is true.
    - `startTime` string, date-time — Date and time when the control goes into effect, in UTC.
    - `endTime` string, date-time — Date and time when the control ends, in UTC.
    - `merchantScope` object
      - `mcc` string — Merchant Category Code
      - `mid` string — Merchant identifier (MID). Identifies a specific merchant.
      - `mccGroup` string — Predefined group of merchant category codes.

---

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