Story Highlights
List Story Highlights
Retrieve a list of your story highlights.
AuthorizationBearer <token>
Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys
In: header
Path Parameters
accountstring
The Account ID
Query Parameters
limit?integer
Number of highlights to return (default = 5)
offset?integer
Number of highlights to skip for pagination
Response Body
curl -X GET "https://app.onlyfansapi.com/api/string/stories/highlights?limit=5&offset=0"{
"data": {
"list": [
{
"id": 123,
"userId": 123,
"title": "title",
"coverStoryId": 123,
"cover": "https://cdn2.onlyfans.com/files/...",
"storiesCount": 1,
"createdAt": "2025-01-01T01:01:01+00:00"
}
],
"hasMore": false
},
"_meta": {
"_credits": {
"used": 1,
"balance": 1000999744,
"note": "Always"
},
"_cache": {
"is_cached": false,
"note": "Cache disabled for this endpoint"
},
"_rate_limits": {
"limit_minute": 5000,
"limit_day": null,
"remaining_minute": 4999,
"remaining_day": null,
"notice": "We have decided to remove our daily rate limits. Please remove any references to these in your integrations."
}
}
}