# Get offer set

`GET https://api.suger.cloud/org/{orgId}/offerSet/{offerSetId}`

Get the offer set by the given offer set ID.

## Parameters

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

## Responses

### 200 — the OfferSet Object

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

### 400 — Bad request error

Content-Type: `application/json`

### 404 — Not found

Content-Type: `application/json`

### 405 — Method not allowed

Content-Type: `application/json`

### 500 — Internal error

Content-Type: `application/json`

---

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