# List applied authorisation rules

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

Endpoint: GET /spend/applications/{clientId}/spend-controls/rules/applied
Security: ClientCredentialsToken

## Path parameters:

  - `clientId` (string, required)
    The application client ID.

## Header parameters:

  - `X-External-Correlation-Id` (string)
    Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. [Learn more](/guides/developer/headers/correlation-id).

## Response 200 fields (application/json):

  - `ruleId` (integer)
    The ID of the applied authorisation rule.

