Your CPL (Cost Per Lead) orders.
Documentation Index
Fetch the complete documentation index at: https://onlytraffic.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Your API key from the Studio Dashboard
Page number, 1-indexed.
x >= 1Items per page. Default 50, max 100.
1 <= x <= 100Filter by order public ID
Filter by OnlyFans account ID
Filter by order status
waiting, accepted, rejected, completed, cancelled Filter by partner-offer or client-offer numeric id (matches offer_id field in the response).
Filter by offer kind. partner = an offer published by a partner/contractor; client = your own client offer.
partner, client Filter by traffic source where the campaign is running (e.g. instagram, tiktok, reddit). Use other to match sources not in the standard catalog.
When set to true / 1, returns only orders configured for auto-renewal.
true, false, 1, 0 When set to true / 1, returns only "slow" orders: active, older than 7 days, with fewer than 10 fans subscribed in the last 7 days. Useful for spotting orders that need attention.
true, false, 1, 0 Delta-sync filter. Return only rows whose changed_at is at or after this UNIX timestamp. Pair with until_changed_at for a window.
x >= 0Delta-sync filter. Return only rows whose changed_at is strictly before this UNIX timestamp. Useful to lock the upper bound while paginating an open delta range.
x >= 0Sort order.
completed_at_desc: by campaign end date (most recent first).arpu_desc: average revenue per fan, descending.romi_desc: return on marketing investment, descending.total_income_desc: total income from the campaign, descending.fans_desc: total subscribers, descending.fans_today_desc: subscribers added since today's midnight UTC (real-time).created_at_desc, created_at_asc, changed_at_desc, changed_at_asc, completed_at_desc, arpu_desc, romi_desc, total_income_desc, fans_desc, fans_today_desc