Using xero-php-oauth2-app with xero.com

PHP integration

Install
composer require xero-php-oauth2-app
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
xero-php-oauth2-app
PHP
API
xero.com
xero.com:xero_bankfeeds
At a glance
Language PHP
Endpoints7
Base URLhttps://api.xero.com/bankfeeds.xro/1.0