v8

latestOpenAPI 3.0.3raw.githubusercontent.com2026-05-2526602.8 MB
Connect OnlyFans Account

Submit 2FA

Submit the 2FA code, or Selfie Verification status, for the authentication process.

put/api/authenticate/{attempt_id}

Request body

codestring

The 2FA code you received on your phone. Must be empty if selfie_verification_completed is true.

selfie_verification_completedboolean

This field is required when <code>code</code> is not present.

Example request

{
  "code": "12345"
}

Response

messagestring

Example response

{
  "message": "OTP submitted successfully"
}