{ "opencollection": "1.0.0", "info": { "name": "Truv Admin Tax API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Access-Client-Id", "value": "{{X-Access-Client-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Tax", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a tax document for a link.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/links/:link_id/tax/:tax_id/", "params": [ { "name": "link_id", "value": "", "type": "path", "description": "The ID of the link." }, { "name": "tax_id", "value": "", "type": "path", "description": "The ID of the tax document to retrieve." } ] }, "docs": "Retrieve a tax document for a link." } ] } ], "bundled": true }