List referred users
The creators/users this account referred, read live from OnlyFans.
The creators/users this account referred, read live from OnlyFans.
OnlyFans only — a Fansly account returns 501 with code: "platform_not_supported" and feature: "referrals".
Query params are forwarded upstream only when supplied — no default date window is invented, because a wrong default silently truncates money figures.
The row shape inside referrals is unverified (OnlyFans' item fields were never captured); rows pass through untouched and the raw upstream body is echoed under data.
Guide: Earnings & transactions
Authorization
apiKey Your CRM panel API key
In: header
Path Parameters
Creator account ID of the connected account (OnlyFans or Fansly). Use GET /accounts to list connected accounts and their IDs.
Query Parameters
Range start, YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
Range end, same format as startDate
Pagination cursor returned by OnlyFans
Restrict to referred creators/performers
Header Parameters
Proxy URL — HTTP or SOCKS5 (e.g. http://user:pass@host:port or socks5://user:pass@host:port). Optional on post-connection routes, where it overrides the proxy saved at login time. Required on the connection routes (POST /accounts/login, POST /accounts/login/cookies, POST /accounts/login/verify-otp) for OnlyFans accounts; optional for Fansly.
Response Body
application/json
curl -X GET "https://example.com/accounts/string/referrals"{ "success": true, "referrals": [ {} ], "count": 0, "hasMore": true, "data": null}Referrals
OnlyFans referral programme — who the account referred, what it earned, and referral payout history. **OnlyFans only**: Fansly accounts get `501 platform_not_supported` (`feature: "referrals"`). Live reads, no cache; one quota call per request. OnlyFans' referral response bodies are passed through with minimal normalization — only the `list`/`hasMore`/`marker` envelope keys are read, and the raw body is echoed under `data`. Fields *inside* a referral row are unverified: do not depend on them without checking against a live account.
Referral balance + chart GET
Referral money summary in one response, fanned out to two OnlyFans endpoints (still one quota call).