Story Highlights
List Story Highlights
Retrieve a list of your story highlights.
get/api/{account}/stories/highlights
Query parameters
limitinteger
Number of highlights to return (default = 5)
Example:5
Number of highlights to return (default = 5)
offsetinteger
Number of highlights to skip for pagination
Number of highlights to skip for pagination
Response
Success
Example response
{
"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."
}
}
}