---
title: "Get a shareable link"
method: GET
path: "/v3/shareables/{code}"
tags: ["Profiles"]
---

# Get a shareable link

`GET /v3/shareables/{code}`

Returns the v3 shareable link for the specified code, including the participant and campaign context resolved at runtime.

## Path parameters

- `code` string, required

## Response `200`

Successful response

- PersonShareableV4Response
  - `code` string, required
  - `content` PersonShareableContentV4Response, nullable, required
    - `description` string, nullable
    - `image_url` string, nullable
    - `partner_content_id` string, nullable
    - `title` string, nullable
    - `url` string, nullable
  - `data` object, required
  - `key` string, required
  - `label` string, nullable, required
  - `link` string, required
  - `person_id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `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)
