Accounts
Validate an account session
Smoke-test that the account’s stored session still works by fetching the creator’s own profile from OnlyFans. Returns 410 if the session is missing and the account must reconnect.
GET
Validate an account session
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.
Previous
Reauthenticate an accountRe-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`.
Next
Validate an account session