Search AWS connected partners by name
POST https://api.suger.cloud/org/{orgId}/cosell/partner/AWS/searchPartner
Search the org's connected AWS partners by name. Returns matching partner connections — each item has `id`, `name`, and `awsAccountId` — usable as `partnerId` when creating an outbound AWS co-sell referral. AWS-only. For Azure / GCP, partner selection happens through different mechanisms. Use this when: user is drafting an AWS co-sell referral and needs to pick which connected partner to share with.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
orgId | path | string | yes | Organization ID |
query | query | string | yes | Search query (partner name) |
limit | query | integer | no | Maximum results (default 20, max 100) |
Responses
200 — OK
Content-Type: application/json
400 — Bad Request
Content-Type: application/json · Schema: ErrorResponse
500 — Internal Server Error
Content-Type: application/json · Schema: ErrorResponse