---
title: "Create a promotion link"
method: POST
path: "/v2/promotion-links"
tags: ["Promotion Links"]
---

# Create a promotion link

`POST /v2/promotion-links`

Creates a new promotion link for a participant. Returns the created link with its server-assigned id.

## Request body

- PromotionLinkCreateRequest — Body of a `POST /v2/promotion-links` request.
  - `code` string, required
  - `content` PromotionLinkContentRequest
    - `content_id` string, nullable
    - `description` string, nullable
    - `image_url` string, nullable
    - `title` string, nullable
    - `url` string, nullable
  - `data` object
  - `description` string, nullable
  - `key` string, nullable, required
  - `label` string
  - `program_url` string, nullable, required

## Response `200`

Successful response

- PromotionLinkResponse
  - `code` string, required
  - `content` PromotionLinkContentResponse, required
    - `content_id` string
    - `description` string
    - `image_url` string
    - `title` string
    - `url` string
  - `data` object, required
  - `description` string, required
  - `key` string, required
  - `label` string, required
  - `program_url` string, required
  - `promotion_url` 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/versions/c16e62e66755/schema)
