{ "opencollection": "1.0.0", "info": { "name": "Gusto Embedded Payroll BankAccounts ContractorPayments API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "ContractorPayments", "type": "folder" }, "items": [ { "info": { "name": "List contractor payments", "type": "http" }, "http": { "method": "GET", "url": "https://api.gusto.com/v1/companies/:company_id/contractor_payments", "params": [ { "name": "company_id", "value": "", "type": "path" } ] }, "docs": "List contractor payments" }, { "info": { "name": "Pay contractor", "type": "http" }, "http": { "method": "POST", "url": "https://api.gusto.com/v1/companies/:company_id/contractor_payments", "params": [ { "name": "company_id", "value": "", "type": "path" } ] }, "docs": "Pay contractor" }, { "info": { "name": "Create contractor payment group", "type": "http" }, "http": { "method": "POST", "url": "https://api.gusto.com/v1/companies/:company_id/contractor_payment_groups", "params": [ { "name": "company_id", "value": "", "type": "path" } ] }, "docs": "Create contractor payment group" } ] } ], "bundled": true }