Python integration
import xero-python # Use an OAuth2 access token client = xero_python.Client(access_token="YOUR_ACCESS_TOKEN")
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.xero.com/bankfeeds.xro/1.0/Statements
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.xero.com/bankfeeds.xro/1.0/FeedConnections
curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://api.xero.com/bankfeeds.xro/1.0/FeedConnections/{id}