List Tracking Link Spenders
Get list of spenders who made purchases through a Tracking Link
Query parameters
The number of spenders to return per page. Default 50.
The number of spenders to return per page. Default 50.
The offset used for pagination. Default 0.
The offset used for pagination. Default 0.
Minimal spend of a fan. Default 1. Must be at least 1.
Minimal spend of a fan. Default 1. Must be at least 1.
Response
Success
Example response
{
"data": [
{
"onlyfans_id": "100000001",
"username": "user_001",
"revenue": {
"total": 26.8,
"calculated_at": "2025-09-29T10:47:19.000000Z"
}
},
{
"onlyfans_id": "100000002",
"username": "user_002",
"revenue": {
"total": 109.88,
"calculated_at": "2025-09-29T10:47:19.000000Z"
}
},
{
"onlyfans_id": "100000003",
"username": "user_003",
"revenue": {
"total": 32.96,
"calculated_at": "2025-09-29T10:47:19.000000Z"
}
}
],
"_meta": {
"_credits": {
"used": 1,
"balance": 224802,
"note": "Always"
},
"_cache": {
"is_cached": false,
"note": "Cache disabled for this endpoint"
},
"_rate_limits": {
"limit_minute": 1000,
"limit_day": 50000,
"remaining_minute": 994,
"remaining_day": 49929
}
}
}Changes
Changed in 1 of the 8 revisions of this API.61
- ●
removed the optional property
data/items/onlyfans_user_datafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/revenue/messagesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/revenue/postsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/revenue/streamsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/revenue/subscriptionsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/revenue/tipsfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/items/revenue/calculated_atto the response with the200statusresponse-optional-property-added
- ●