API ReferenceInbox & Broadcasts
List broadcast campaigns
Returns all mass-messaging campaigns (broadcasts) for your account. Requires a read-scoped key.
Authorization
bearerAuth AuthorizationBearer <token>
Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/api/admin/broadcasts"{ "items": [ { "id": 42, "title": "Weekend whale push", "mode": "tiered", "status": "scheduled" } ]}{ "detail": "Not authenticated"}List fans waiting for a reply
Returns the live queue of fans awaiting a reply, longest wait first and higher-value fans prioritized. Requires a read-scoped key.
Create a broadcast campaign
Creates a draft broadcast campaign in one of four modes (segmented, tiered, drip-with-auto-stop, online_trigger). Sends are screened, paced, and behind an off-by-default delivery gate; creating a campaign does not deliver anything. Requires a write-scoped key.