# Google Chat Integration via LowCodeAPI
## Overview
Google Chat API manages messages, spaces, and memberships in Google Chat.
## Base Endpoint
```
https://api.lowcodeapi.com/googlechat/
```
**Auth Type**: OAuth2.0
## Common Endpoints
### List Spaces
**Method**: `GET` | **LowCodeAPI Path**: `/v1/spaces`
**Full URL**:
```
https://api.lowcodeapi.com/googlechat/v1/spaces?api_token={api_token}
```
**Example Request**:
```bash
curl -X GET "https://api.lowcodeapi.com/googlechat/v1/spaces?api_token=YOUR_API_TOKEN"
```
**Official Documentation**: [https://developers.google.com/chat](https://developers.google.com/chat)