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

# List applied authorisation rules

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

Returns the list of all the active authorisation rules that have been applied.

## Path parameters

- `clientId` string, required

## Headers

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

## Response `200`

A list of applied rule IDs.

- object[]
  - `ruleId` integer — The ID of the applied authorisation rule.

## Other responses

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

---

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