A fan's purchased content gallery
Returns the content a fan has purchased (the honest "what they bought"), each item with its price and cover. truncated=true when older purchases fell outside the read window. Requires a read-scoped key.
Authorization
bearerAuth Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Path Parameters
Fan id.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/admin/content/purchased-by/string"{ "items": [ { "content_id": 84217, "media_type": "video", "price_cents": 2500, "opened_at": "2026-06-20T14:02:00Z", "has_cover": true } ], "total": 1, "truncated": false}{ "detail": "Not authenticated"}{ "detail": { "code": "engine_not_connected", "message": "Connect your engine to access this data." }}Content detail card
Returns one content item's detail: vault stats, its 1-based rank by purchases, captured sales, and the bundles it sells in. No per-buyer transaction list is returned. Requires a read-scoped key.
Per-fan sent/bought content map
Returns a per-fan map of which media you have sent and their status (bought / sent_unbought / free) for the chat composer's badges, keyed by vault media id, plus rollup counts. Renders an honest empty map for a fan with no chat history. Requires a read-scoped key.