Update Username

Update your own OnlyFans username that is publicly seen.

POST https://api.noauth.cc/onlyfans/update-username

This function will update your onlyfans public username.

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

session_id*

String

OF Auth

x_bc_token*

String

OF Auth

user_agent*

String

OF Auth

user_id*

String

OF Auth

proxy*

String

Example: http://user:pass@host:port

new_username*

String

Example: noauth_onlyfans

{
  "status": "success",
  "message": "Onlyfans response.."
}

Last updated