---
title: "List Shared Tracking Links"
method: GET
path: "/api/{account}/shared-tracking-links"
tags: ["Shared Tracking Links"]
---

# List Shared Tracking Links

`GET /api/{account}/shared-tracking-links`

List all Tracking Links (campaigns) shared with the account by other OF creators. Calls OnlyFans live and syncs to our cache.

## Query parameters

- `limit` integer — The number of shared tracking links to return. Default `10`
- `offset` integer — The offset used for pagination. Default `0`
- `synchronous` boolean, nullable — Wait for the database sync to finish, instead of running it in the background. **Will result in longer response times, use with caution**. Default `false`

## Response `200`

Success

- object
  - `data` object
    - `list` object[]
      - `id` integer
      - `campaignCode` integer
      - `campaignName` string
      - `campaignUrl` string
      - `subscribersCount` integer
      - `clicksCount` integer
      - `createdAt` string
      - `endDate` string, nullable
      - `isDeleted` boolean
      - `tags` unknown[]
        - unknown
      - `owner` object
        - `id` integer
        - `username` string
        - `name` string
        - `avatarThumbUrl` 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` string, nullable
      - `remaining_minute` integer
      - `remaining_day` string, nullable
      - `notice` string

---

[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/revisions/4a99d36f28a3/schema)
