---
title: "List all authorisation rules"
method: GET
path: "/v3/spend/applications/{clientId}/spend-controls/rules"
tags: ["spend-controls"]
---

# List all authorisation rules

`GET /v3/spend/applications/{clientId}/spend-controls/rules`

Retrieves all the existing authorisation rules, regardless of whether or not they are applied.

## Path parameters

- `clientId` string, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

A list of authorisation rules.

- Rule[]
  - `id` integer — The unique ID for the authorisation rule.
  - `type` 'MCC' | 'CURRENCY' — The type of authorisation rule.
  - `operation` 'ALLOW' | 'BLOCK' — Determines whether the transactions should be allowed or blocked.
  - `description` string — The description of the authorisation rule.
  - `values` string[] — A list of values based on the `type` of rule configured.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

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