# List the contacts at one partner company

`GET https://api.suger.cloud/org/{orgId}/prm/partner/{partnerId}/contacts`

List the people at one partner company: name, email, job title, and the source each contact came from (CRM record, partner-portal user, or invitation recipient).

Use it to answer who to contact at a partner, or to find the champion contact before sending something. Obtain partnerId from ListPrmPartners.

Here "partner" means a company in your own partner program, addressed by its partnership id. Do not confuse it with GetPartnerContacts, which returns cloud-provider representatives (AWS, Azure, GCP) for a customer company addressed by email domain. For the seller-side team on a co-sell opportunity, use the co-sell operations instead.

## Parameters

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

## Responses

### 200 — OK

Content-Type: `application/json`

**`PartnerContact`** fields:

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `apolloId` | string | no | ApolloID is the Apollo.io person ID for re-enrichment. |
| `email` | string | no | Email is the contact's verified email address. |
| `enrichedAt` | string | no | EnrichedAt is the RFC3339 timestamp of the last enrichment. |
| `isPrimary` | boolean | no | IsPrimary indicates this is the highest-seniority partnership contact. |
| `linkedinUrl` | string | no | LinkedinURL is the contact's LinkedIn profile URL. |
| `name` | string | no | Name is the contact's full name. |
| `seniority` | string | no | Seniority is the contact's seniority level (e.g., "vp", "director", "manager", "ic"). |
| `title` | string | no | Title is the contact's job title/role (e.g., "VP of Partnerships"). |

### 400 — Bad request error

Content-Type: `application/json`

---

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