{ "opencollection": "1.0.0", "info": { "name": "MagicBell apns broadcasts API", "version": "2.0.0" }, "items": [ { "info": { "name": "broadcasts", "type": "folder" }, "items": [ { "info": { "name": "list_broadcasts", "type": "http" }, "http": { "method": "GET", "url": "https://api.magicbell.com/v2/broadcasts", "params": [ { "name": "page[size]", "value": "", "type": "query" }, { "name": "page[after]", "value": "", "type": "query" }, { "name": "page[before]", "value": "", "type": "query" } ] }, "docs": "Retrieves a paginated list of broadcasts for the project. Returns basic information about each broadcast including its creation time and status." }, { "info": { "name": "create_broadcast", "type": "http" }, "http": { "method": "POST", "url": "https://api.magicbell.com/v2/broadcasts", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new broadcast message. When a broadcast is created, it generates individual notifications for relevant users within the project. Only administrators can create broadcasts." }, { "info": { "name": "fetch_broadcast", "type": "http" }, "http": { "method": "GET", "url": "https://api.magicbell.com/v2/broadcasts/:broadcast_id", "params": [ { "name": "broadcast_id", "value": "", "type": "path" } ] }, "docs": "Retrieves detailed information about a specific broadcast by its ID. Includes the broadcast's configuration and current status." } ] } ], "bundled": true }