Skip to main content
GET
/
v2
/
access
/
statistics
/
promotions
/
top
Promotions top
curl --request GET \
  --url https://api-next.ofauth.com/v2/access/statistics/promotions/top \
  --header 'apiKey: <api-key>'
{
  "hasMore": true,
  "items": [
    {
      "id": 123,
      "message": "<string>",
      "rawMessage": "<string>",
      "hasRelatedPromo": true,
      "price": 123,
      "type": "<string>",
      "canClaim": true,
      "claimsCount": 123,
      "subscribeCounts": 123,
      "subscribeDays": 123,
      "createdAt": "<string>",
      "finishedAt": "<string>",
      "isFinished": true
    }
  ]
}

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
limit
number
Required range: 1 <= x <= 100
offset
number
Required range: x >= 0

Response

Successful response

hasMore
boolean
required
items
object[]
required