--- title: 'Rippling' description: 'Manage employees, departments, and company data via the Rippling Platform API.' --- # Rippling Manage employees, departments, and company data via the Rippling Platform API. | Detail | Value | |---|---| | Category | HR | | Base URL | `https://api.rippling.com/platform/api` | | Authentication | OAuth2 | | Endpoints | 6 | | Connector key | `rippling` | ## Using Rippling in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Rippling** 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 /employees](./get_employees_hr_listemployees) | List employees | | [GET /employees/{employeeId}](./get_employees_employeeid_hr_getemployee) | Get an employee | | [GET /departments](./get_departments_hr_listdepartments) | List departments | | [GET /teams](./get_teams_hr_listteams) | List teams | | [GET /leave_requests](./get_leave_requests_hr_listleaverequests) | List leave requests | | [GET /company](./get_company_hr_getcompany) | Get company info | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.