# Zoho CRM Integration via LowCodeAPI
## Overview
Customer relationship management
## Base Endpoint
```
https://api.lowcodeapi.com/zohocrm/
```
## Authentication
LowCodeAPI handles authentication automatically. You only need to:
1. **Sign up** at [Zoho CRM](https://www.zoho.com/crm)
2. **Get your credentials** from [credential page](https://accounts.zoho.com/developerconsole)
3. **Connect your account** in LowCodeAPI dashboard
4. **Use your `api_token`** in all requests
**Auth Type**: OAUTH2.0
## API Categories
- **Module Metadata** - 1 endpoints
- **Profiles** - 2 endpoints
- **Roles** - 1 endpoints
## Common Endpoints
### Category: Module Metadata
#### Get the metadata for a specific module
**Method**: `GET` | **LowCodeAPI Path**: `/crm/v6/settings/modules/Leads`
**Full URL**:
```
https://api.lowcodeapi.com/zohocrm/crm/v6/settings/modules/Leads?api_token={api_token}
```
**Description**: To get the metadata for a specific module
---
### Category: Profiles
#### Get Profiles
**Method**: `GET` | **LowCodeAPI Path**: `/crm/v6/settings/profiles`
**Full URL**:
```
https://api.lowcodeapi.com/zohocrm/crm/v6/settings/profiles?api_token={api_token}
```
**Description**: To retrieve the data of profiles of your organizatio
---
#### Get a specific profile
**Method**: `GET` | **LowCodeAPI Path**: `/crm/v6/settings/profiles/profile_id`
**Full URL**:
```
https://api.lowcodeapi.com/zohocrm/crm/v6/settings/profiles/profile_id?api_token={api_token}
```
**Description**: To Get a specific profile
---
### Category: Roles
#### Get Roles
**Method**: `GET` | **LowCodeAPI Path**: `/crm/v6/settings/roles`
**Full URL**:
```
https://api.lowcodeapi.com/zohocrm/crm/v6/settings/roles?api_token={api_token}
```
**Description**: To retrieve the details about roles in your organization.
---
## Complete Endpoint Reference
For a complete list of all 4 endpoints, refer to:
- **OpenAPI Definition**: `https://backend.lowcodeapi.com/zohocrm/definition`
- **Official Provider Documentation**: https://www.zoho.com/crm/developer/docs/api/v6/