---
title: "List shares for the authenticated consumer"
method: GET
path: "/api/v4/me/shares"
tags: ["Profiles"]
---

# List shares for the authenticated consumer

`GET /api/v4/me/shares`

Returns shares recorded for the authenticated consumer. Filter by `partner_share_id` or `partner_id` to narrow the result set.

## Query parameters

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

## Response `200`

Successful response

- ShareResponse[]
  - `campaign_id` string, required
  - `channel` string, nullable, required
  - `data` object, required
  - `friend` PublicPersonResponse, required
    - `first_name` string, required
    - `id` string, required
    - `image_url` string, required
    - `parameters` object, required
  - `id` string, required
  - `link` string, nullable, required
  - `message` 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.
  - `recipient_email` string, nullable, required
  - `recipients` string[], required
  - `share_date` string, required
  - `share_id` string, required
  - `shareable_id` string, nullable, required
  - `subject` 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)
