Skip to main content
GET
/
v2
/
access
/
statistics
/
mass-messages
/
chart
Mass messages chart
curl --request GET \
  --url https://api-next.ofauth.com/v2/access/statistics/mass-messages/chart \
  --header 'apiKey: <api-key>'
{
  "purchases": {
    "chart": [
      {
        "date": "<string>",
        "count": 123
      }
    ],
    "total": 123,
    "delta": 123,
    "gross": 123
  },
  "messages": {
    "chart": [
      {
        "date": "<string>",
        "count": 123
      }
    ],
    "total": 123,
    "delta": 123,
    "gross": 123
  }
}

Authorizations

apiKey
string
header
required

Headers

x-connection-id
string

Connection ID for managed sessions

x-of-user-id
string

OnlyFans user id for direct sessions (optional override)

OnlyFans cookie header for direct sessions (must include auth_id and fp values)

x-of-bc
string

OnlyFans x-bc header for direct sessions (optional override)

x-of-user-agent
string

User agent to use when proxying requests (required when not using x-connection-id)

Query Parameters

startDate
endDate
withTotal
boolean

Response

Successful response

purchases
object
required
messages
object
required