v54

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01235140905.8 KB
Accounting

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

get/Organisation/Actions

Response

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

Example response

{
  "Actions": [
    {
      "Name": "UseMulticurrency"
    }
  ]
}