{ "opencollection": "1.0.0", "info": { "name": "Abound API - v4 1099-INT Tax Treaties API", "version": "4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tax Treaties", "type": "folder" }, "items": [ { "info": { "name": "List all tax treaties", "type": "http" }, "http": { "method": "GET", "url": "https://production-api.withabound.com/v4/tax-treaties", "params": [ { "name": "country", "value": "", "type": "query" } ] }, "docs": "Returns a list of tax treaties." } ] } ], "bundled": true }