XeroOrganisations

Xero Organisations API

Sync permissioned organisations data with Xero through Apideck's unified API. One integration, instant access to the governed data your team needs.

In Apideck, this resource is called Company Info (API: company-info)

Supported Operations for Xero Organisations

Get operation available through our unified API

list
get
create
update
delete

Supported Fields

11 fields

Fields available for Xero Organisations

idcompany_namestatuslegal_namecountrysales_tax_numbersales_tax_enabledcurrencyfiscal_year_start_monthaddressescreated_at

API Model Preview

Sample response structure for organisations

{
  "id": "12345",
  "company_name": "Acme Inc",
  "legal_name": "Acme Incorporated",
  "country": "US",
  "currency": "USD"
}

Quick Start Example

Start syncing Xero organisations in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List organisations from Xero
const result = await apideck.accounting.companyInfo.list({
  serviceId: 'xero'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified organisations data
Related Data Models

Other Xero Data You Can Sync

Explore more Xeroresources available through Apideck's unified API

Launch accounting integrations in weeks, not months

Get started for free