# List revenue channel connections

`GET https://api.suger.cloud/org/{orgId}/revenue/connections`

List the marketplace and payment channels in this organization that are connected for revenue sync. Returns one entry per verified connection (AWS, AZURE, GCP, or STRIPE) with its partner ID and current sync status. Use this to discover which partner values the other revenue endpoints accept; use GetRevenueConnectionHealth for the sync detail of one connection.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |

## Responses

### 200 — OK

Content-Type: `application/json` · Schema: `RevenueListConnectionsResponse`

### 401 — Missing or invalid access token, or the caller lacks the revenue read permission

Content-Type: `application/json`

### 500 — Failed to query connections

Content-Type: `application/json`

---

Interactive API reference: https://doc.suger.io/api/
