---
title: "List shared partner campaigns"
method: GET
path: "/10dlc/partnerCampaign/sharedByMe"
tags: ["Shared Campaigns"]
---

# List shared partner campaigns

`GET /10dlc/partnerCampaign/sharedByMe`

Get all partner campaigns you have shared to Telnyx in a paginated fashion

This endpoint is currently limited to only returning shared campaigns that Telnyx
has accepted. In other words, shared but pending campaigns are currently omitted
from the response from this endpoint.

## Query parameters

- `page` integer — The 1-indexed page number to get. The default value is `1`.
- `recordsPerPage` integer — The amount of records per page, limited to between 1 and 500 inclusive. The default value is `10`.

## Response `200`

Successful Response

- SharedCampaignRecordSet
  - `page` integer
  - `records` SharedCampaign[]
    - `brandId` string, required — Alphanumeric identifier of the brand associated with this campaign.
    - `campaignId` string, required — Alphanumeric identifier assigned by the registry for a campaign. This identifier is required by the NetNumber OSR SMS enabling process of 10DLC.
    - `createDate` string — Unix timestamp when campaign was created.
    - `status` string — Current campaign status. Possible values: ACTIVE, EXPIRED. A newly created campaign defaults to ACTIVE status.
    - `usecase` string, required — Campaign usecase. Must be of defined valid types. Use `/10dlc/enum/usecase` operation to retrieve usecases available for given brand.
  - `totalRecords` integer

## Other responses

- `422` — Validation Error
- `4XX` — Generic response error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/8f5f4e537994/schema)
