---
title: "List shareables for the authenticated consumer (legacy)"
method: GET
path: "/api/v4/me/shareables"
tags: ["Profiles"]
deprecated: true
---

# List shareables for the authenticated consumer (legacy)

`GET /api/v4/me/shareables`

> **Deprecated.**

Deprecated. Use `GET /api/v6/me/shareables` instead. Returns all shareables owned by the authenticated consumer.

## Response `200`

Successful response

- MeShareableV4Response[]
  - `code` string, required
  - `content` ShareableV4Content, required
    - `description` string, nullable
    - `image_url` string, nullable
    - `partner_content_id` string, nullable
    - `title` string, nullable
    - `url` string, nullable
  - `data` object, nullable, required
  - `key` string, required
  - `label` string, nullable, required
  - `link` string, required
  - `shareable_id` string, 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)
