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 ​
- Go to Connections and click New Connection.
- Pick Gusto from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /companies/{companyId}/employees | List employees |
| POST /companies/{companyId}/employees | Create an employee |
| GET /companies/{companyId}/payrolls | List payrolls |
| GET /companies/{companyId} | Get company details |
| GET /companies/{companyId}/benefits | List company benefits |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.