Refresh a fan profile from the platform
Re-fetch one fan's profile from the platform and update the cache. Consumes a platform request.
Re-fetch one fan's profile from the platform and update the cache. Consumes a platform request.
Guide: Subscribers & fans
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.
Fan's platform user ID.
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 POST "https://example.com/accounts/string/fans/string/refresh-profile"{ "fan": null, "success": true, "updated_cache": true}