xero.com

The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.

🔑 oauth2 6 endpoints financial
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

pip install xero-python-oauth2-app
pip install xero-python
npm install xero-node-oauth2-app
npm install xero-node
go get github.com/XeroAPI/xerogolang
gem install xero-ruby-oauth2-app
gem install xero-ruby
dotnet add package XeroAPI.Net
composer require xero-php-oauth2-app
composer require xero-php-oauth2
curl examples
searches fixed asset
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.xero.com/assets.xro/1.0/Assets
searches fixed asset settings
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.xero.com/assets.xro/1.0/Settings
searches fixed asset types
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.xero.com/assets.xro/1.0/AssetTypes
Endpoints (6 total)
GET
/Assets
searches fixed asset
GET
/Settings
searches fixed asset settings
GET
/AssetTypes
searches fixed asset types
GET
/Assets/{id}
Retrieves fixed asset by id
POST
/Assets
adds a fixed asset
POST
/AssetTypes
adds a fixed asset type
At a glance
Total SDKs10
Languages6
Endpoints6
Authoauth2
Categories1
https://api.xero.com/assets.xro/1.0