List custom fan lists
The creator's custom fan lists. Their ids are what you pass to listIds on GET /accounts/{of_user_id}/chats to filter the conversation list.
The creator's custom fan lists. Their ids are what you pass to listIds on GET /accounts/{of_user_id}/chats to filter the conversation list.
⚠️ The upstream endpoint for this is unconfirmed: it has never been captured from a live account. This route probes the plausible paths and, if none answer, returns code: endpoint_unconfirmed rather than an empty list — so you never mistake "we could not find the endpoint" for "this creator has no lists". Treat a successful response as usable and an endpoint_unconfirmed one as unimplemented.
Fansly only.
Guide: Messaging & mass DM
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.
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/lists"{ "success": true, "lists": [ { "id": "string", "name": "string", "itemCount": 0 } ], "endpoint": "string"}