List recent page-edit audit entries
Returns the most recent audit entries for your account, newest first, recording who changed what across the page-editing workflow. Requires a read-scoped key.
Authorization
bearerAuth Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Query Parameters
Maximum number of entries to return.
1 <= value <= 500100Response Body
application/json
curl -X GET "https://example.com/api/admin/audit"{ "items": [ { "id": 4821, "ts": 1719767000, "actor": "dasha@example.com", "action": "notification_patch", "payload": { "domain": "onlydasha.com", "fields": [ "title", "body" ] } }, { "id": 4820, "ts": 1719766800, "actor": "dasha@example.com", "action": "publish", "payload": { "tiers_updated": true, "segments_updated": true } } ]}Render a button label preview
Renders a preview SVG of a button label so the editor can show how the text will look before saving. Requires a read-scoped key.
Mint a preview token (audience simulator)
Returns a short-lived signed token that renders the draft page in the same-origin preview frame, simulating an exact audience: country, device, OS, hour of day, language, one cover-rotation arm, or one exact segment. Open public_url joined with frame_path, carrying the token, to render the simulated page. With no claims a legacy whole-draft token is minted. Owner-only — creator keys cannot mint preview tokens.