{ "opencollection": "1.0.0", "info": { "name": "Salsa Payroll Companies Tax API", "version": "rest-v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tax", "type": "folder" }, "items": [ { "info": { "name": "Retrieve an employer's tax setup and withholding configuration.", "type": "http" }, "http": { "method": "GET", "url": "https://api.salsa.dev/api/rest/v1/employers/:employerId/taxes-setup", "params": [ { "name": "employerId", "value": "", "type": "path", "description": "The employer (company) identifier." } ] }, "docs": "Retrieve an employer's tax setup and withholding configuration." } ] } ], "bundled": true }