Using XeroAPI.Net with xero.com

C# integration

Install
dotnet add package XeroAPI.Net
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
SDK on GitHub 📄 API Docs
SDK
XeroAPI.Net
C#
API
xero.com
xero.com:xero_assets
At a glance
Language C#
Endpoints6
Base URLhttps://api.xero.com/assets.xro/1.0