# add contact to offer

`POST https://api.suger.cloud/org/{orgId}/contact/{contactId}/offer/{offerId}`

add contact to offer by the given organization, offer id and contact id.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |
| `contactId` | path | string | yes | Contact ID |
| `offerId` | path | string | yes | Offer ID |

## Responses

### 200 — empty string if success

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/
