Sign in

List statements

documented

Retrieve bank statements.

GET /StatementsStatementsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.xero.com/bankfeeds.xro/1.0/Statements?page={{$page}}&pageSize={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Xero-Tenant-Id: {{$tenant_id}}" \
  -H "Xero-Application-Id: {{$application_id}}" \
  -H "Xero-User-Id: {{$user_id}}"
List statements · Xero · OpenIntegrations