Trial Links
FansMetric dataList Trial Links
Lists the account's trial links from the FansMetric database, each with revenue, cost, and tags attached. Same resource and same permission as the OnlyFans-relayed list — this one adds FansMetric attribution and filters, at the cost of scraper-bounded freshness (~2 h). Requires permission api_trial_links_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, max 25.
offsetintegerRows to skip. Default 0.
fieldstringSort column. One of
create_date(default),expire_date,claims_count,subscribe_counts,subscribe_days,name.sortstringdesc(default) orasc.searchstringMatch trial link name or custom name (case-insensitive).
tag_idsarrayComma-separated tag IDs. Returns trials matching any of them.
include_hiddenstringInclude hidden trials. Default
false.start_datestringWindow start for revenue and claim counts. Absent → all-time.
end_datestringWindow end. Absent → all-time.
curl --request GET "https://public-api.buffmetrics.com/v1/acct_XXXXX/fm/trial-links?limit=20&offset=0&field=sample_field" \
--header "Authorization: Bearer YOUR_API_KEY"Response
200