curl --request GET \
--url https://api-next.ofauth.com/v2/access/statistics/trials/top \
--header 'apiKey: <api-key>'{
"hasMore": true,
"items": [
{
"id": 123,
"trialLinkName": "<string>",
"url": "<string>",
"subscribeDays": 123,
"subscribeCounts": 123,
"claimCounts": 123,
"expiredAt": "<string>",
"createdAt": "<string>",
"isFinished": true
}
]
}Trials top
curl --request GET \
--url https://api-next.ofauth.com/v2/access/statistics/trials/top \
--header 'apiKey: <api-key>'{
"hasMore": true,
"items": [
{
"id": 123,
"trialLinkName": "<string>",
"url": "<string>",
"subscribeDays": 123,
"subscribeCounts": 123,
"claimCounts": 123,
"expiredAt": "<string>",
"createdAt": "<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?