{ "opencollection": "1.0.0", "info": { "name": "Xero Accounting Accounts BankTransfers API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.xero.com/identity/connect/authorize", "accessTokenUrl": "https://identity.xero.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "BankTransfers", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all bank transfers", "type": "http" }, "http": { "method": "GET", "url": "https://api.xero.com/api.xro/2.0/BankTransfers", "headers": [ { "name": "Xero-Tenant-Id", "value": "" } ] }, "docs": "Retrieve all bank transfers" }, { "info": { "name": "Create a bank transfer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.xero.com/api.xro/2.0/BankTransfers", "headers": [ { "name": "Xero-Tenant-Id", "value": "" } ] }, "docs": "Create a bank transfer" } ] } ], "bundled": true }