Connect
Poll a connect attempt
Returns the current state of an in-flight or completed login attempt. When two-factor is required the attempt parks on the matching state and next_actions describes what to submit next.
GET
Poll a connect attempt
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.
Authorizations
Your API key, sent as Authorization: Bearer <key>.
Path Parameters
Connect attempt id.
Response
Attempt state
Lifecycle state of the attempt.
Available options:
pending, awaiting_mobile_session, needs_otp, needs_app_otp, needs_email, needs_face_otp, wrong_2fa_code_retry, completed_success, completed_failed Present once state is completed_success.
Previous
Submit a 2FA codeSubmit an SMS / authenticator code, or signal that selfie verification has completed. A wrong code parks the attempt on `wrong_2fa_code_retry` so it can be re-submitted.
Next
Poll a connect attempt