Fetch Chats

Fetch all chats for an OnlyFans account.

POST https://api.noauth.cc/onlyfans/chats

This request will fetch your current account chats. Currently only the last 100.

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

limit

Integer

Default: 100

offset_id

Integer

Example: 8582958 (Use a message id)

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

Last updated