OnlyFans API DocumentationOnlyFans API
Chat Messages

List Chat Messages

List messages in a chat for a connected OnlyFans account.

Get a list of chat messages for a connected OnlyFans account, sorted by newest first.

https://v1.onlyfansapi.io
GET
/api/{acct_id}/chats/{user_id}/messages
Request
curl --request GET \
  --url 'https://v1.onlyfansapi.io/api/{acct_id}/chats/{user_id}/messages' \
  --header 'x-api-key: YOUR_API_KEY'

Headers

x-api-key*
string
Your API key. See Authentication.

Path Parameters

acct_id*
string
The connected account to read from, as returned by Authenticate Account.
user_id*
string
The OnlyFans user to read the chat with, as returned in withUser.id by List Chats.