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

# List Tracking Link Spenders

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

Get list of spenders who made purchases through a Tracking Link

## Query parameters

- `limit` integer — The number of spenders to return per page. Default `50`.
- `offset` integer — The offset used for pagination. Default `0`.
- `minSpend` number — Minimal spend of a fan. Default `1`. Must be at least 1.

## Response `200`

Success

- object
  - `data` object[]
    - `onlyfans_id` string
    - `username` string
    - `revenue` object
      - `total` number
      - `calculated_at` 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

## Changes

- **2026-05-24** `93a6dfdeeb67` — 6 warning, 1 info
  - removed the optional property `data/items/onlyfans_user_data` from the response with the `200` status
  - removed the optional property `data/items/revenue/messages` from the response with the `200` status
  - removed the optional property `data/items/revenue/posts` from the response with the `200` status
  - removed the optional property `data/items/revenue/streams` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/changes/api/:account/tracking-links/:tracking_link_id/spenders/get.md)

---

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