Tracking Links
List Tracking Links
Returns the creator's tracking campaigns. Pure passthrough from OnlyFans — same payload OF's webapp renders on its Campaigns tab. Identical to [GET /v1/{account_id}/campaigns](/api-reference/campaigns/list-campaigns); the two URLs hit the same handler. Requires permission api_tracking_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 100. Min 1, max 200 (values above 200 are clamped).
offsetintegerRows to skip. Default 0.
fieldstringSort and stats column. One of
created_date(default),subscribers_counts,transitions_counts,clicks_count,name,shared.sortstringdesc(default) orasc.with_deletedstringtrue(default) includes soft-deleted campaigns;falsereturns only active ones. Matches the OF webapp's Campaigns-tab toggle.sorting_deletedstringWhen
true, soft-deleted campaigns are sorted to the bottom even when included. Defaultfalse.statsstringWhen
true, OF computescountSubscribersandcountTransitionsover thestart_date/end_datewindow. Defaultfalse— leave off unless you need windowed stats.start_datestringOnly forwarded when
stats=true. FormatYYYY-MM-DD HH:MM:SS(UTC). Default: 2 years ago.Tseparator is normalized to a space.end_datestringOnly forwarded when
stats=true. FormatYYYY-MM-DD HH:MM:SS(UTC). Default: end of today UTC.
curl --request GET "https://public-api.buffmetrics.com/v1/acct_XXXXX/tracking-links?limit=20&offset=0&field=sample_field" \
--header "Authorization: Bearer YOUR_API_KEY"Response
200