--- title: 'Gusto' description: 'Manage payroll, employees, and benefits via the Gusto API.' --- # Gusto Manage payroll, employees, and benefits via the Gusto API. | Detail | Value | |---|---| | Category | HR | | Base URL | `https://api.gusto.com/v1` | | Authentication | OAuth2 | | Endpoints | 5 | | Connector key | `gusto` | ## Using Gusto in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Gusto** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /companies/{companyId}/employees](./get_companies_companyid_employees_hr_listemployees) | List employees | | [POST /companies/{companyId}/employees](./post_companies_companyid_employees_hr_createemployee) | Create an employee | | [GET /companies/{companyId}/payrolls](./get_companies_companyid_payrolls_hr_listpayrolls) | List payrolls | | [GET /companies/{companyId}](./get_companies_companyid_hr_getcompany) | Get company details | | [GET /companies/{companyId}/benefits](./get_companies_companyid_benefits_hr_listbenefits) | List company benefits | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.