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*
stringYour API key. See Authentication.
Path Parameters
acct_id*
stringThe connected account to read from, as returned by Authenticate Account.
user_id*
stringThe OnlyFans user to read the chat with, as returned in
withUser.id by List Chats.