List content requests
Lists content requests, optionally filtered by status and/or fan id. 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
Filter by request status (e.g. open, fulfilled, delivered, cancelled).
Filter by fan id.
Response Body
application/json
application/json
curl -X GET "https://example.com/api/admin/requests"{ "items": [ { "id": 5012, "fan_id": "287413092", "kind": "proof", "priority": "urgent", "status": "open", "text": "Need a quick selfie holding today's date" } ]}{ "detail": "Not authenticated"}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.
Create a content request
Creates a proof or custom content request (chatter to model). Returns the new request id and its initial status. Requires a write-scoped key.