# Zoho Lens Integration via LowCodeAPI

## Overview

Data analytics

## Base Endpoint

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

## Authentication

LowCodeAPI handles authentication automatically. You only need to:

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

- **Session** - 1 endpoints
- **Users** - 1 endpoints

## Common Endpoints

### Category: Session

#### Create a session

**Method**: `POST` | **LowCodeAPI Path**: `/api/v2/lens_session`

**Full URL**:
```
https://api.lowcodeapi.com/zoholens/api/v2/lens_session?api_token={api_token}
```

**Description**: Create a session

---

### Category: Users

#### Get user info

**Method**: `GET` | **LowCodeAPI Path**: `/api/v2/user`

**Full URL**:
```
https://api.lowcodeapi.com/zoholens/api/v2/user?api_token={api_token}
```

**Description**: Get user info

---

## Complete Endpoint Reference

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