# Zoho Bigin Integration via LowCodeAPI
## Overview
CRM and business automation
## Base Endpoint
```
https://api.lowcodeapi.com/zohobigin/
```
## Authentication
LowCodeAPI handles authentication automatically. You only need to:
1. **Sign up** at [Zoho Bigin](https://www.bigin.com)
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
- **Profiles** - 1 endpoints
- **Roles** - 1 endpoints
- **Users** - 1 endpoints
## Common Endpoints
### Category: Profiles
#### Get all profiles data
**Method**: `GET` | **LowCodeAPI Path**: `/bigin/v2/settings/profiles`
**Full URL**:
```
https://api.lowcodeapi.com/zohobigin/bigin/v2/settings/profiles?api_token={api_token}
```
**Description**: Retrieves the list of available profiles and their properties in an organization
---
### Category: Roles
#### Get all roles data
**Method**: `GET` | **LowCodeAPI Path**: `/bigin/v2/settings/roles`
**Full URL**:
```
https://api.lowcodeapi.com/zohobigin/bigin/v2/settings/roles?api_token={api_token}
```
**Description**: Retrieves the list of available roles and their properties in an organization
---
### Category: Users
#### Get users data
**Method**: `GET` | **LowCodeAPI Path**: `/bigin/v2/users`
**Full URL**:
```
https://api.lowcodeapi.com/zohobigin/bigin/v2/users?api_token={api_token}
```
**Description**: Retrieves the list of available users in an organization, and fetch a specific user with user ID
---
## Complete Endpoint Reference
For a complete list of all 3 endpoints, refer to:
- **OpenAPI Definition**: `https://backend.lowcodeapi.com/zohobigin/definition`
- **Official Provider Documentation**: https://www.bigin.com/developer/docs/apis/