v54

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

Retrieves Xero organisation details

get/Organisation

Response

Success - return response of type Organisation array with all Organisation

Example response

{
  "Organisations": [
    {
      "OrganisationID": "8be9db36-3598-4755-ba5c-c2dbc8c4a7a2",
      "CreatedDateUTC": "/Date(1573755038314)/"
    }
  ]
}