---
title: "Get a share by ID"
method: GET
path: "/api/v4/me/shares/{shareId}"
tags: ["Profiles"]
---

# Get a share by ID

`GET /api/v4/me/shares/{shareId}`

Returns the share identified by `shareId` when it belongs to the authenticated consumer.

## Path parameters

- `shareId` string, required

## 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)
