Update Chat Display Name

Change the display name of any Fan/Client on your chat.

POST https://api.noauth.cc/onlyfans/update-display-name

This request will update the chat name for a user.

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

client_id*

String

Example: 42452235

display_name

String

Example: random_guy42

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

Last updated