---
title: "List creator's promotions"
method: GET
path: "/creators/{creatorUserUuid}/promotions"
---

# List creator's promotions

`GET /creators/{creatorUserUuid}/promotions`

List the specified creator's active (non-stopped) subscription promotions.

## Path parameters

- `creatorUserUuid` string, uuid, required

## Headers

- `X-Fanvue-API-Version` string, required

## Response `200`

List of promotions

- object
  - `data` object[], required — The creator's active (non-stopped) promotions
    - `uuid` string, uuid, required — Promotion UUID
    - `type` 'discount' | 'free_trial', required — Whether the promotion is a first-month discount or a free trial
    - `discountPercent` integer, nullable, required — Discount percentage (null for free-trial promotions)
    - `freeTrialDays` integer, nullable, required — Free trial length in days (null for discount promotions)
    - `availableToGroup` 'new_subscribers' | 'expired_subscribers' | 'all' | 'followers', required — Which fans can redeem the promotion: new_subscribers (never subscribed), expired_subscribers, followers, or all
    - `endsAt` string, date-time, nullable, required — When the promotion expires (null if it never expires)
    - `maxUsages` integer, nullable, required — Maximum number of redemptions (null if unlimited)
    - `usedCount` integer, required — Number of times the promotion has been redeemed
    - `message` string, nullable, required — Message shown to fans with the promotion
    - `createdAt` string, date-time, required — When the promotion was created

## Other responses

- `400` — Bad Request - API version not supported OR validation failed OR invalid UUID
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Not Found Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

[API](https://skmtc.net/fanvue/apis/fanvue-api.md) · [All operations](https://skmtc.net/fanvue/apis/fanvue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanvue/fanvue-api/revisions/c5ddcd5c7e72/schema)
