# Google People Integration via LowCodeAPI
## Overview
Google People API manages contacts and profile information.
## Base Endpoint
```
https://api.lowcodeapi.com/googlepeople/
```
**Auth Type**: OAuth2.0
## Common Endpoints
### List Contacts
**Method**: `GET` | **LowCodeAPI Path**: `/v1/people/me/connections`
**Full URL**:
```
https://api.lowcodeapi.com/googlepeople/v1/people/me/connections?api_token={api_token}
```
**Example Request**:
```bash
curl -X GET "https://api.lowcodeapi.com/googlepeople/v1/people/me/connections?personFields=names,emailAddresses&api_token=YOUR_API_TOKEN"
```
**Official Documentation**: [https://developers.google.com/people](https://developers.google.com/people)