---
title: "Get or create a shareable"
method: POST
path: "/api/v6/me/shareables/get-or-create"
tags: ["Profiles"]
---

# Get or create a shareable

`POST /api/v6/me/shareables/get-or-create`

Returns an existing shareable matching the request criteria or creates one if none exists. Idempotent helper for mobile and headless integrations.

## Request body

- CreateMeShareableRequest
  - `content` ShareableContent, nullable, 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, nullable, required
  - `label` string, required
  - `preferred_code_prefixes` string[], nullable, required

## Response `200`

Successful response

- MeShareableResponse
  - `code` string, required
  - `content` ShareableContent, nullable, 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

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