{ "opencollection": "1.0.0", "info": { "name": "Zeal Companies API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "Get company information", "type": "http" }, "http": { "method": "GET", "url": "https://api.zeal.com/companies", "params": [ { "name": "companyID", "value": "", "type": "query", "description": "The Zeal companyID identifying the employer account." } ] }, "docs": "Get company information" }, { "info": { "name": "Create a company", "type": "http" }, "http": { "method": "POST", "url": "https://api.zeal.com/companies", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new employer company on the platform." }, { "info": { "name": "Update company information", "type": "http" }, "http": { "method": "PUT", "url": "https://api.zeal.com/companies", "body": { "type": "json", "data": "{}" } }, "docs": "Update company profile fields such as payroll_firstCheckDate, payroll_schedule, and payroll_firstPayPeriodID." }, { "info": { "name": "Get a company onboarding link", "type": "http" }, "http": { "method": "GET", "url": "https://api.zeal.com/companies/onboard", "params": [ { "name": "companyID", "value": "", "type": "query", "description": "The Zeal companyID identifying the employer account." } ] }, "docs": "Get a company onboarding link" }, { "info": { "name": "Create a company bank account", "type": "http" }, "http": { "method": "POST", "url": "https://api.zeal.com/bankAccount", "body": { "type": "json", "data": "{}" } }, "docs": "Create a company bank account" } ] } ], "bundled": true }