Allows you to retrieve the full chart of accounts

GET {{baseUrl}}/Accounts?where=<string>&order=<string>

Request Params

KeyDatatypeRequiredDescription
wherestringFilter by an any element
orderstringOrder by an any element

HEADERS

KeyDatatypeRequiredDescription
If-Modified-SincestringOnly records created or modified since this timestamp will be returned
xero-tenant-idstring(Required) Xero identifier for Tenant

RESPONSES

status: OK

{&quot;Accounts&quot;:[{&quot;AccountID&quot;:&quot;ebd06280-af70-4bed-97c6-7451a454ad85&quot;,&quot;Code&quot;:&quot;091&quot;,&quot;Name&quot;:&quot;Business Savings Account&quot;,&quot;Type&quot;:&quot;BANK&quot;,&quot;TaxType&quot;:&quot;NONE&quot;,&quot;EnablePaymentsToAccount&quot;:false,&quot;BankAccountNumber&quot;:&quot;0209087654321050&quot;,&quot;BankAccountType&quot;:&quot;BANK&quot;,&quot;CurrencyCode&quot;:&quot;NZD&quot;},{&quot;AccountID&quot;:&quot;7d05a53d-613d-4eb2-a2fc-dcb6adb80b80&quot;,&quot;Code&quot;:&quot;200&quot;,&quot;Name&quot;:&quot;Sales&quot;,&quot;Type&quot;:&quot;REVENUE&quot;,&quot;TaxType&quot;:&quot;OUTPUT2&quot;,&quot;Description&quot;:&quot;Income from any normal business activity&quot;,&quot;EnablePaymentsToAccount&quot;:false}]}