v1

latestOpenAPI 3.1.0UNLICENSED2026-07-2613101.1 MB
Merchant controls

List MCC groups

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

get/mcc-groups

Query parameters

accountIdstring required

The ID of the account to work with.

Example:F50091
personIdstring uuid

The ID of the person to work with.

Example:775596ae-2624-40af-a9dc-9756110a4a04
limitinteger

The maximum number of results to return.

Example:200
offsetinteger

The number of items to skip before returning results.

Example:100

Response

OK

limitinteger

The maximum number of results to return.

offsetinteger

The number of items to skip before returning results.

countinteger

The total amount of records matching the querying when "limit" is ignored.

Example response

{
  "limit": 200,
  "offset": 100,
  "count": 67,
  "rows": [
    {
      "id": "Airlines",
      "name": "Airlines MCCs 3000 through 3350"
    }
  ]
}