---
title: "Get Sharing Status"
method: GET
path: "/10dlc/campaign/{campaignId}/sharing"
tags: ["Campaign"]
---

# Get Sharing Status

`GET /10dlc/campaign/{campaignId}/sharing`

## Path parameters

- `campaignId` string, required — ID of the campaign in question

## Response `200`

Successful Response

- CampaignSharingChain
  - `sharedByMe` CampaignSharingStatus
    - `downstreamCnpId` string
    - `sharedDate` string
    - `sharingStatus` string
    - `statusDate` string
    - `upstreamCnpId` string
  - `sharedWithMe` CampaignSharingStatus
    - `downstreamCnpId` string
    - `sharedDate` string
    - `sharingStatus` string
    - `statusDate` string
    - `upstreamCnpId` string

## Other responses

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

---

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