Bookmarks
List Bookmarks
Returns the creator's Saved for later collection. Saved posts and saved chat messages come back in the same feed, so branch on responseType before rendering a row — saved messages carry chat fields that saved posts do not. Narrow to one kind with entity_type. Requires permission api_bookmarks_list.
https://public-api.buffmetrics.comAuthorization
defaultAuthorizationBearer <token>Send your FansMetric API key as a Bearer token in the Authorization header.
In: header
Path Parameters
account_id*integerOnlyFans numeric account ID.
Query Parameters
limitintegerPage size. Default 10. Min 1, max 100.
offsetintegerRows to skip. Default 0.
categorystringMedia bucket to return:
all(default),photos,videos,audios,other,locked.otherholds text-only items;lockedholds items whose paywall can no longer be opened.entity_typestringWhat to include:
posts,messages, orall(default) for both.filterstringRestrict by age:
date_last_1_week,date_last_1_month,date_last_3_months. Omit for all time.
curl --request GET "https://public-api.buffmetrics.com/v1/acct_XXXXX/bookmarks?limit=20&offset=0&category=sample_category" \
--header "Authorization: Bearer YOUR_API_KEY"Response
200