Tracking Links
FansMetric dataList Tracking Links
Lists the account's tracking campaigns 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 (~30 min). Requires permission api_tracking_links_list.
https://public-api.fansmetric.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
created_date(default),name,subscribers_counts,transitions_counts,clicks_count.sortstringdesc(default) orasc.with_deletedstringInclude deleted campaigns. Default
true.searchstringMatch campaign name or custom name (case-insensitive).
tag_idsarrayComma-separated tag IDs. Returns campaigns matching any of them.
include_hiddenstringInclude hidden campaigns. Default
false.start_datestringWindow start for revenue and subscriber counts. Absent → all-time.
end_datestringWindow end. Absent → all-time.
curl --request GET "https://public-api.fansmetric.com/v1/acct_XXXXX/fm/tracking-links?limit=20&offset=0&field=sample_field" \
--header "Authorization: Bearer YOUR_API_KEY"Response
200