Accounts
Reauthenticate an account
Re-acquire a fresh session using the account’s sealed stored credentials. Only works when the account was connected with remember_credentials: true. Returns an attempt that completes in one trip when no 2FA is required, or parks on needs_app_otp. Requires accounts:write.
POST
Reauthenticate an account
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
Connected account id.
Response
Reauth attempt
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
Enumerate SDK methodsDiscoverable map of every SDK resource to its method names. Lets agents enumerate what they can do with an account without reading source. Auth-required.
Next
Reauthenticate an account