# Gumroad Integration via LowCodeAPI

## Overview

Gumroad API manages digital product sales, customers, and analytics.

## Base Endpoint

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

**Auth Type**: API Key

## Common Endpoints

### List Products

**Method**: `GET` | **LowCodeAPI Path**: `/v2/products`

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

**Example Request**:
```bash
curl -X GET "https://api.lowcodeapi.com/gumroad/v2/products?api_token=YOUR_API_TOKEN"
```

**Official Documentation**: [https://gumroad.com/api](https://gumroad.com/api)