List known partner contacts for a buyer company
GET https://api.suger.cloud/org/{orgId}/cosell/partner_contact
Look up partner-side contacts (AWS / AZURE / GCP partner reps) associated with a buyer company, identified by its primary email domain (e.g. "acme.com"). Each contact comes back with a per-partner count of historical referrals, so the caller can identify counterparts by referral volume. Use this when: user is drafting a co-sell referral and needs to pick which partner contact to assign, or wants to see "who at AWS / Azure / GCP have we worked with for this company before".
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
orgId | path | string | yes | Organization ID |
companyDomain | query | string | yes | Domain of the buyer company to look up |
Responses
200 — Partner contacts response
Content-Type: application/json · Schema: PartnerContactsResponse
400 — Bad request error
Content-Type: application/json · Schema: ErrorResponse
500 — Internal server error
Content-Type: application/json · Schema: ErrorResponse