---
title: "Message Buyers"
method: GET
path: "/api/{account}/engagement/messages/{message_id}/buyers"
tags: ["Engagement / Messages"]
---

# Message Buyers

`GET /api/{account}/engagement/messages/{message_id}/buyers`

List buyers for a specific message.

## Query parameters

- `limit` integer — Number of buyers to return (default = 10)
- `offset` integer — Offset for pagination (default = 0)
- `skip_users_dups` integer — Skip duplicate users in results (0/1). Default = 1
- `skip_users` string — Optional flag for subsequent pages (example: all)
- `marker` integer — Marker for pagination

## Response `200`

- object
  - `data` object
    - `list` object[]
      - `view` string
      - `avatar` string, nullable
      - `avatarThumbs` string, nullable
      - `header` string, nullable
      - `headerSize` string, nullable
      - `headerThumbs` string, nullable
      - `id` integer
      - `name` string
      - `username` string
      - `canLookStory` boolean
      - `canCommentStory` boolean
      - `hasNotViewedStory` boolean
      - `isVerified` boolean
      - `canPayInternal` boolean
      - `hasScheduledStream` boolean
      - `hasStream` boolean
      - `hasStories` boolean
      - `tipsEnabled` boolean
      - `tipsTextEnabled` boolean
      - `tipsMin` integer
      - `tipsMinInternal` integer
      - `tipsMax` integer
      - `canEarn` boolean
      - `canAddSubscriber` boolean
      - `subscribePrice` integer
      - `displayName` string
      - `notice` string
      - `isActive` boolean
      - `isRestricted` boolean
      - `canRestrict` boolean
      - `subscribedBy` boolean
      - `subscribedByExpire` boolean
      - `subscribedByExpireDate` string
      - `subscribedByAutoprolong` boolean
      - `subscribedIsExpiredNow` boolean
      - `currentSubscribePrice` integer
      - `subscribedOn` string, nullable
      - `subscribedOnExpiredNow` boolean
      - `subscribedOnDuration` string
      - `showMediaCount` boolean
      - `lastSeen` string
      - `canReport` boolean
    - `marker` integer
    - `hasMore` boolean
  - `_pagination` object
    - `next_page` string
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/versions/4a99d36f28a3/schema)
