Connect onlyfans account
Re-authenticate Account
Trigger account reauthentication without the need to submit email & password again.
AuthorizationBearer <token>
Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys
In: header
Path Parameters
account_idstring
The Account ID of the authentication process
Response Body
curl -X POST "https://app.onlyfansapi.com/api/authenticate/string/reauthenticate"
Poll Authentication Status GET
Poll the status of the authentication process. Eg. if 2FA is required, we will ask you for the code using the `twoFactorPending = true` in the response body.
Start Authentication POST
Start the authentication process for a new account. Our systems will bypass Captcha and also ask you for 2FA code if required. All credentials are stored securely using bcrypt and only used during login.