---
title: "List Tracking Link Subscribers"
method: GET
path: "/api/{account}/tracking-links/{tracking_link_id}/subscribers"
tags: ["Tracking Links"]
---

# List Tracking Link Subscribers

`GET /api/{account}/tracking-links/{tracking_link_id}/subscribers`

Get list of subscribers who joined through a Tracking Link

## Query parameters

- `limit` integer, required — The number of subscribers to return per page. Default `10`
- `offset` integer, required — The offset used for pagination. Default `0`

## Response `200`

Success

- object
  - `data` object
    - `list` object[]
      - `view` string
      - `avatar` string
      - `avatarThumbs` object
        - `c50` string
        - `c144` string
      - `header` string, nullable
      - `headerSize` string, nullable
      - `headerThumbs` string, nullable
      - `id` integer
      - `name` string
      - `username` string
      - `canLookStory` boolean
      - `canCommentStory` boolean
      - `hasNotViewedStory` boolean
      - `isVerified` boolean
      - `canPayInternal` boolean
      - `hasScheduledStream` boolean
      - `hasStream` boolean
      - `hasStories` boolean
      - `tipsEnabled` boolean
      - `tipsTextEnabled` boolean
      - `tipsMin` integer
      - `tipsMinInternal` integer
      - `tipsMax` integer
      - `canEarn` boolean
      - `canAddSubscriber` boolean
      - `subscribePrice` integer
      - `displayName` string
      - `notice` string
      - `isRestricted` boolean
      - `canRestrict` boolean
      - `subscribedBy` boolean
      - `subscribedByExpire` string, nullable
      - `subscribedByExpireDate` string, nullable
      - `subscribedByAutoprolong` string, nullable
      - `subscribedIsExpiredNow` string, nullable
      - `currentSubscribePrice` string, nullable
      - `subscribedOn` boolean
      - `subscribedOnExpiredNow` boolean
      - `subscribedOnDuration` string
      - `lastSeen` string, nullable
      - `canReport` boolean
    - `marker` integer
    - `hasMore` boolean
  - `_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/revisions/4a99d36f28a3/schema)
