# get contact

`GET https://api.suger.cloud/org/{orgId}/contact/{contactId}`

Get the Contact by the given contact ID.

## Parameters

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

## Responses

### 200 — the Contact Object

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

### 400 — Bad request error description

Content-Type: `application/json`

### 500 — internal error description

Content-Type: `application/json`

---

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