Connect OnlyFans Account

Submit 2FA

Submit the 2FA code for the authentication process.

put/api/authenticate/{attempt_id}

Request body

codestring required

The 2FA code you received on your phone

Example request

{
  "code": "12345"
}

Response

messagestring

Example response

{
  "message": "OTP submitted successfully"
}

Changes