---
title: "List free trial links"
method: GET
path: "/free-trial-links"
---

# List free trial links

`GET /free-trial-links`

List the authenticated creator's active free trial links, including the shareable URL for each.

## Headers

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

## Response `200`

List of free trial links

- object
  - `data` object[], required — The creator's active free trial links
    - `uuid` string, uuid, required — Free trial link UUID
    - `url` string, nullable, required — Shareable URL fans use to redeem the free trial
    - `maxUsages` integer, nullable, required — Maximum number of redemptions (null if unlimited)
    - `name` string, nullable, required — Creator-facing label for the link (null when the link is unnamed)
    - `usedCount` integer, required — Number of times the link has been redeemed
    - `trialDurationDays` integer, nullable, required — Free trial length in days (null when the platform default applies)
    - `expiresAt` string, date-time, nullable, required — When the link expires (null if it never expires)
    - `createdAt` string, date-time, required — When the link was created

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized 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)
