---
title: "List promotion links"
method: GET
path: "/v2/promotion-links"
tags: ["Promotion Links"]
---

# List promotion links

`GET /v2/promotion-links`

Returns all promotion links for the client. Promotion links are the short URLs that participants share to drive referrals.

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