For an in-product connect experience, create a client session and render the hosted page in a popup or iframe. The creator never enters credentials in your UI, and you never handle a cookie.Documentation Index
Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Create the session
client_session_id, an embed_url, and a phone_url:
Open the popup
Theonlyfanskit/browser helper opens embed_url in a managed popup and
resolves when the creator finishes:
phone_url — it renders a standalone
page they can open on any device.
Track completion
Poll the session the same way as any attempt (GET /v1/connect/login/{client_session_id}), or attach a
webhook to be notified when the account connects. The
client_reference_id you passed is echoed back so you can correlate the
session with your own user.