---
title: "Retrieves a list of the key actions your app has permission to perform in the connected Xero organisation."
method: GET
path: "/Organisation/Actions"
tags: ["Accounting"]
---

# Retrieves a list of the key actions your app has permission to perform in the connected Xero organisation.

`GET /Organisation/Actions`

## Response `200`

Success - return response of type Actions array with all key actions

- Actions
  - `Actions` Action[]
    - `Name` string — Name of the actions for this organisation
    - `Status` 'ALLOWED' | 'NOT-ALLOWED' — Status of the action for this organisation

---

[API](https://skmtc.net/xeroapi/apis/xero-accounting-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-accounting-api/versions/dc231cafd8de/schema)
