---
title: "List shares"
method: GET
path: "/api/v4/shares"
tags: ["Profiles"]
deprecated: true
---

# List shares

`GET /api/v4/shares`

> **Deprecated.**

Deprecated. Returns shares matching optional `partner_share_id` or `partner_id` filters. For the authenticated consumer's shares use `GET /api/v4/me/shares` instead.

## Query parameters

- `partner_share_id` string, nullable
- `partner_id` string, nullable

## Response `200`

Successful response

- PublicShareResponse[]
  - `campaign_id` string, required
  - `channel` string, nullable, required
  - `id` string, required
  - `link` string, nullable, required
  - `partner_id` PartnerEventIdResponse, nullable, required
    - `name` string — Name of the partner event identifier (e.g. `order_id`).
    - `value` string — Value of the partner event identifier.
  - `share_date` string, required
  - `share_id` string, required
  - `shareable_id` string, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
