Connect OnlyFans Account
Submit 2FA
Submit the 2FA code for the authentication process.
put/api/authenticate/{attempt_id}
Request body
Example request
{
"code": "12345"
}Response
Example response
{
"message": "OTP submitted successfully"
}Submit the 2FA code for the authentication process.
{
"code": "12345"
}{
"message": "OTP submitted successfully"
}