Your CPC (Cost Per Click) 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, active, rejected, completed Filter by numeric offer id.
Filter by creative public id (e.g. cpcr_p1bzku7u). Only orders running on this specific creative are returned. Take the value from the response's creative.public_id field or from the studio UI.
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.
created_at_desc: newest orders first (default).created_at_asc: oldest orders first.changed_at_desc: most recently changed first (delta-sync friendly).changed_at_asc: least recently changed first.completed_at_desc: most recently completed first.clicks_desc: by ordered click count, descending.clicks_delivered_desc: by actually delivered clicks (lifetime), descending.clicks_today_desc: by clicks delivered since today's UTC midnight, descending (real-time).created_at_desc, created_at_asc, changed_at_desc, changed_at_asc, completed_at_desc, clicks_desc, clicks_delivered_desc, clicks_today_desc