---
title: "List All Partner Groups"
method: GET
path: "/Advertisers/{AccountSID}/Campaigns/{CampaignId}/MediaPartnerGroups"
tags: ["Partner Groups"]
---

# List All Partner Groups

`GET /Advertisers/{AccountSID}/Campaigns/{CampaignId}/MediaPartnerGroups`

Returns a list of all partner groups for a specific campaign.

## Path parameters

- `AccountSID` string, required
- `CampaignId` integer, required

## Response `200`

A paginated list of partner group objects.

- object
  - `Groups` PartnerGroup[] — The list of partner group objects.
    - `Id` string — The unique identifier for the partner group.
    - `Name` string — The partner group's name. Only visible to you and other account members, not visible to partners.
    - `MediaPartners` object[] — The partners belonging to this group.
      - `PartnerId` string — The unique identifier of the partner.
      - `PartnerName` string — The display name of the partner.
      - `PartnerUri` string, uri-reference — The unique reference to the partner in the impact.com API.
    - `Uri` string, uri-reference — The unique reference to this partner group in the impact.com API.

---

[API](https://skmtc.net/impact/apis/brand-api-account-information.md) · [All operations](https://skmtc.net/impact/apis/brand-api-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/impact/brand-api-account-information/revisions/c53422ebb833/schema)
