---
title: "Create a shareable (legacy)"
method: POST
path: "/api/v4/shareable"
tags: ["Profiles"]
deprecated: true
---

# Create a shareable (legacy)

`POST /api/v4/shareable`

> **Deprecated.**

Deprecated. Use `POST /api/v6/me/shareables` instead. Creates a shareable for the authenticated consumer.

## Request body

- CreateShareableV4Request
  - `access_token` string, nullable
  - `code` string, nullable, required
  - `content` ShareableV4Content, required
    - `description` string, nullable
    - `image_url` string, nullable
    - `partner_content_id` string, nullable
    - `title` string, nullable
    - `url` string, nullable
  - `key` string, nullable, required
  - `label` string, nullable, required
  - `target_url` string, required

## Response `200`

Successful response

- CreateShareableV4Response
  - `polling_id` string, required
  - `shareable_code` string, required
  - `shareable_domain` string, required
  - `shareable_id` string, required
  - `shareable_program_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)
