List Ad Campaigns
Lists the ad campaigns for an account, with stats over the requested window.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-07-31"
Query Parameters
The account the campaigns belong to. Defaults to the account-scoped key's own account.
Only return campaigns with this status.
draft, active, paused, payment_failed Filter campaigns by a title or ID substring.
The field to sort by. Defaults to created_at. Stat columns (spend, impressions, …) rank over the stats_from/stats_to window across the whole list, not just the current page. results, cost_per_result and return_on_ad_spend rank by the same Whop pixel-attributed values the response reports.
created_at, updated_at, spend, impressions, reach, clicks, unique_clicks, frequency, click_through_rate, results, cost_per_mille, cost_per_click, cost_per_result, return_on_ad_spend The sort direction. Defaults to desc.
asc, desc Only return campaigns created before this timestamp.
Only return campaigns created after this timestamp.
Start of the stats window. Defaults to all-time.
End of the stats window. Defaults to now.
IANA timezone (e.g. America/New_York) the stats window is interpreted in. Bare stats_from/stats_to dates resolve to day boundaries on this clock. Defaults to UTC.
Attribution model the conversion stats count under (defaults to last_touch). Under both models a journey with any whop ad touch attributes to whop; the model picks which whop touch credits the entity and which non-whop source wins otherwise.
last_touch, first_touch The number of campaigns to return.
x <= 100Cursor to fetch the page after (from page_info.end_cursor).
The number of campaigns to return from the end of the range.
x <= 100Cursor to fetch the page before (from page_info.start_cursor).

