TEASEDocs
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

GET
/api/admin/broadcasts
curl -X GET "https://example.com/api/admin/broadcasts"
{  "items": [    {      "id": 42,      "title": "Weekend whale push",      "mode": "tiered",      "status": "scheduled"    }  ]}
{  "detail": "Not authenticated"}