Using XeroAPI.Net with xero.com

C# integration

Install
dotnet add package XeroAPI.Net
Retrieve all statements
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.xero.com/bankfeeds.xro/1.0/Statements
Searches for feed connections
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.xero.com/bankfeeds.xro/1.0/FeedConnections
Retrieve single feed connection based on a unique id provided
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.xero.com/bankfeeds.xro/1.0/FeedConnections/{id}
SDK on GitHub 📄 API Docs
SDK
XeroAPI.Net
C#
API
xero.com
xero.com:xero_bankfeeds
At a glance
Language C#
Endpoints7
Base URLhttps://api.xero.com/bankfeeds.xro/1.0