Create List

POST https://api.noauth.cc/onlyfans/create-list

This request will create a new list for your account.

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

list_name*

String

Example: Cool List

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

Last updated