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"
}
]
}