TypeScript integration
import Xero_node_oauth2_app from 'xero-node-oauth2-app'; const client = new Xero_node_oauth2_app({ accessToken: "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}