# list products by partner

`GET https://api.suger.cloud/org/{orgId}/partner/{partner}/product`

list all products under the given organization and cloud partner

## Parameters

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

## Responses

### 200 — OK

Content-Type: `application/json`

### 400 — Bad request error

Content-Type: `application/json`

### 500 — Internal server error

Content-Type: `application/json`

---

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