Skip to main content
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.

Create the session

You get a client_session_id, an embed_url, and a phone_url:

Open the popup

The onlyfanskit/browser helper opens embed_url in a managed popup and resolves when the creator finishes:
You can also just link the creator to 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.