Changelog
CloudX API release history
2026-08-12
Activity exports
The public API now supports asynchronous, full-day impression, request, and bid activity exports.
Added
- Unified export endpoints — Create or reuse exports with
POST /export/impressions,POST /export/requests, andPOST /export/bids, then poll the matchingGETendpoint for status and a short-lived download URL. - Request and bid activity — Request exports include auction outcomes and bidder-funnel fields. Bid exports include bids, no-bids, timeouts, and errors, with losing prices redacted. Request export docs → Bid export docs →
2026-05-29
Configuration writes
The public API now exposes typed config write operations through POST /config/edit for apps, ad units, ad unit groups, lists, tags, test devices, network mappings, line items, and A/B tests.
2026-05-15
Public API release
CloudX now has a public API for programmatic access to reporting, auction inspection, and account configuration data. The API uses CloudX API keys as bearer tokens and is documented with an interactive OpenAPI reference. Read the docs →
Added
- Reporting endpoints — Retrieve dashboard summaries, breakdown rows, bidder performance, app performance, ad-unit performance, and CSV-style exports.
- Auction inspection endpoints — Inspect auctions, rounds, bids, ILRD rows, and related delivery details.
- Configuration endpoints — Read live, draft, and published account configuration, including configuration history.