# Zoho Recruit Integration via LowCodeAPI

## Overview

Recruitment platform

## Base Endpoint

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

## Authentication

LowCodeAPI handles authentication automatically. You only need to:

1. **Sign up** at [Zoho Recruit](https://www.zoho.com/recruit/)
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

- **Modules** - 1 endpoints
- **Roles** - 1 endpoints

## Common Endpoints

### Category: Modules

#### Get list of modules

**Method**: `GET` | **LowCodeAPI Path**: `recruit/v2/settings/modules`

**Full URL**:
```
https://api.lowcodeapi.com/zohorecruitrecruit/v2/settings/modules?api_token={api_token}
```

**Description**: To get the module related data

---

### Category: Roles

#### Get roles

**Method**: `GET` | **LowCodeAPI Path**: `/recruit/v2/settings/roles`

**Full URL**:
```
https://api.lowcodeapi.com/zohorecruit/recruit/v2/settings/roles?api_token={api_token}
```

**Description**: To retrieve the data of roles through an API request

---

## Complete Endpoint Reference

For a complete list of all 2 endpoints, refer to:
- **OpenAPI Definition**: `https://backend.lowcodeapi.com/zohorecruit/definition`
- **Official Provider Documentation**: https://www.zoho.com/recruit/developer-guide/apiv2/