# Get a co-sell referral by ID

`GET https://api.suger.cloud/org/{orgId}/cosell/referral/{referralId}`

Fetch full details of a single co-sell referral, including partner-specific fields, current Suger unified status, stage, sync history, and linked CRM record.

Use this when: user wants to inspect one specific referral (after listing or by ID).

## Parameters

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

## Responses

### 200 — OK

Content-Type: `application/json` · Schema: `orm.CosellReferral`

### 404 — Not found

Content-Type: `application/json`

### 500 — Internal server error

Content-Type: `application/json`

---

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