---
title: "List Free Trial Links"
method: GET
path: "/api/{account}/trial-links"
tags: ["Free Trial Links"]
---

# List Free Trial Links

`GET /api/{account}/trial-links`

List all free trial links for the account, including the details and statistics

## Query parameters

- `limit` integer, required — The number of trial links to return. Default `10`
- `offset` integer, required — The offset used for pagination. Default `0`
- `sort` 'desc' | 'asc', nullable — Sort the results. Default `desc`
- `field` 'create_date' | 'expire_date' | 'subscribe_counts' | 'subscribe_days' | 'claims_count', nullable — Sort the results by a field. Default `create_date`
- `synchronous` boolean, nullable — Wait for the revenue data to finish processing, instead of processing in the background. **Will result in longer response times, use with caution**. Default `false`

## Response `200`

Success

- object
  - `data` object
    - `list` object[]
      - `id` integer
      - `trialLinkName` string
      - `url` string
      - `subscribeDays` integer
      - `subscribeCounts` integer
      - `claimCounts` integer
      - `clicksCounts` integer
      - `expiredAt` string, nullable
      - `createdAt` string
      - `isFinished` boolean
      - `tags` string[]
      - `revenue` object
        - `total` number
        - `revenuePerSubscriber` number
        - `spendersCount` integer
        - `calculatedAt` string
        - `isLoading` boolean
      - `links` object
        - `related` object
          - `subscribers` string
    - `hasMore` boolean
  - `_pagination` object
    - `next_page` string
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/versions/4a99d36f28a3/schema)
