We just released our native n8n integration!» Try now
OnlyFans API
Chats

Hide Chat

Hide a specific chat from the chat list. To unhide this chat, send a new message to the user.

POST
/api/{account}/chats/{chat_id}/hide
AuthorizationBearer <token>

Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys

In: header

Path Parameters

accountstring

The Account ID

chat_idstring

The ID of the chat to hide, usually a fan's OnlyFans User ID

Response Body

curl -X POST "https://app.onlyfansapi.com/api/string/chats/string/hide"
{
  "data": {
    "success": true
  },
  "_meta": {
    "_credits": {
      "used": 1,
      "balance": 999999884,
      "note": "Always"
    },
    "_cache": {
      "is_cached": false,
      "note": "Cache disabled for this endpoint"
    },
    "_rate_limits": {
      "limit_minute": 1000,
      "limit_day": 50000,
      "remaining_minute": 999,
      "remaining_day": 49971
    }
  }
}