# Zoho Shifts Integration via LowCodeAPI

## Overview

Shift scheduling

## Base Endpoint

```
https://api.lowcodeapi.com/zohoshifts/
```

## Authentication

LowCodeAPI handles authentication automatically. You only need to:

1. **Sign up** at [Zoho Shifts](https://www.zoho.com/shifts/)
2. **Get your credentials** from [credential page](https://api-console.zoho.com/)
3. **Connect your account** in LowCodeAPI dashboard
4. **Use your `api_token`** in all requests

**Auth Type**: OAUTH2.0

## API Categories

- **Employees** - 1 endpoints
- **Entries** - 1 endpoints

## Common Endpoints

### Category: Employees

#### Get all employees

**Method**: `GET` | **LowCodeAPI Path**: `/api/v1/org_id/employees`

**Full URL**:
```
https://api.lowcodeapi.com/zohoshifts/api/v1/org_id/employees?api_token={api_token}
```

**Description**: List all employees in an organization

---

### Category: Entries

#### Get all time entries

**Method**: `GET` | **LowCodeAPI Path**: `/api/v1/org_id/timesheets`

**Full URL**:
```
https://api.lowcodeapi.com/zohoshifts/api/v1/org_id/timesheets?api_token={api_token}
```

**Description**: Get all time entries

---

## Complete Endpoint Reference

For a complete list of all 2 endpoints, refer to:
- **OpenAPI Definition**: `https://backend.lowcodeapi.com/zohoshifts/definition`
- **Official Provider Documentation**: https://www.zoho.com/shifts/api/