{ "opencollection": "1.0.0", "info": { "name": "Sage Accounting Bank Accounts Tax Rates API", "version": "3.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.sageone.com/oauth2/auth", "accessTokenUrl": "https://oauth.accounting.sage.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Tax Rates", "type": "folder" }, "items": [ { "info": { "name": "List Tax Rates", "type": "http" }, "http": { "method": "GET", "url": "https://api.accounting.sage.com/v3.1/tax_rates" }, "docs": "Returns configured tax rates for the business." } ] } ], "bundled": true }