---
title: "List MCC groups"
method: GET
path: "/mcc-groups"
tags: ["Merchant controls"]
---

# List MCC groups

`GET /mcc-groups`

Returns a list of pre-defined merchant category code (MCC) groups, which can used to create spending limits.

## 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 — The maximum number of results to return.
- `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 — The total amount of records matching the querying when "limit" is ignored.
  - `rows` object[]
    - `id` string — The unique identifier of the MCC group.
    - `name` string — The name of the MCC group.
    - `active` boolean — Whether or not the authorisation control is active.
    - `mccs` string[] — Array of Merchant Category Codes. This can be a list of codes or a range (e.g.,

---

[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)
