{ "opencollection": "1.0.0", "info": { "name": "VSCO Workspace Brands Tax Rates API", "version": "v2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Tax Rates", "type": "folder" }, "items": [ { "info": { "name": "Get a list of Tax Rates.", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/tax-rate", "params": [ { "name": "sortBy", "value": "", "type": "query", "description": "Sort items in the collection by the given property." } ] }, "docs": "Get a list of Tax Rates." }, { "info": { "name": "Create a Tax Rate", "type": "http" }, "http": { "method": "POST", "url": "https://tave.io/v2/tax-rate", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Tax Rate" }, { "info": { "name": "Get a specific Tax Rate", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/tax-rate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Get a specific Tax Rate" }, { "info": { "name": "Update a specific Tax Rate", "type": "http" }, "http": { "method": "PUT", "url": "https://tave.io/v2/tax-rate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific Tax Rate" }, { "info": { "name": "Delete a Tax Rate.", "type": "http" }, "http": { "method": "DELETE", "url": "https://tave.io/v2/tax-rate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Delete a Tax Rate." } ] } ], "bundled": true }