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
}
]
}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
}
]
}Connection ID for managed sessions
OnlyFans user id for direct sessions (optional override)
OnlyFans cookie header for direct sessions (must include auth_id and fp values)
OnlyFans x-bc header for direct sessions (optional override)
User agent to use when proxying requests (required when not using x-connection-id)
1 <= x <= 100x >= 0Successful response
Show child attributes
Was this page helpful?