List notification broadcasts

GET {{baseUrl}}/broadcasts?page=<integer>&per_page=<integer>

List all notification broadcasts. Broadcasts are sorted in descending order by the sent_at timestamp.

Request Params

KeyDatatypeRequiredDescription
pagestringThe page number of the paginated response. Defaults to 1.
per_pagestringThe number of items per page. Defaults to 20.

HEADERS

KeyDatatypeRequiredDescription
X-MAGICBELL-API-KEYstring(Required) The (public) API key of your MagicBell project.
X-MAGICBELL-API-SECRETstring(Required) The API secret of your MagicBell project.
Acceptstring

RESPONSES

status: OK

{&quot;broadcasts&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;recipients&quot;:[{&quot;matches&quot;:&quot;\u003cstring\u003e&quot;}],&quot;status&quot;:{&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;summary&quot;:{&quot;total&quot;:&quot;\u003cinteger\u003e&quot;,&quot;failures&quot;:&quot;\u003cinteger\u003e&quot;},&quot;errors&quot;:[{&quot;eiusmod59&quot;:30573108},{&quot;eu571&quot;:57334135.093254924,&quot;est7c3&quot;:-11637795,&quot;esse8d&quot;:&quot;repre&quot;}]},&quot;content&quot;:&quot;\u003cstring\u003e&quot;,&quot;action_url&quot;:&quot;\u003curi\u003e&quot;,&quot;category&quot;:&quot;\u003cstring\u003e&quot;,&quot;topic&quot;:&quot;\u003cstring\u003e&quot;,&quot;custom_attributes&quot;:{&quot;fugiat_b&quot;:91864298},&quot;sent_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;overrides&quot;:{&quot;adipisicing_a&quot;:-99747792.3382509,&quot;nostrud5&quot;:-30914097}},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;recipients&quot;:[{&quot;matches&quot;:&quot;\u003cstring\u003e&quot;}],&quot;status&quot;:{&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;summary&quot;:{&quot;total&quot;:&quot;\u003cinteger\u003e&quot;,&quot;failures&quot;:&quot;\u003cinteger\u003e&quot;},&quot;errors&quot;:[{&quot;amet__6&quot;:41008722.73936474},{&quot;magna_ca&quot;:63271216,&quot;ut__&quot;:true,&quot;esse_8&quot;:&quot;nulla&quot;,&quot;proident_f4&quot;:12657286}]},&quot;content&quot;:&quot;\u003cstring\u003e&quot;,&quot;action_url&quot;:&quot;\u003curi\u003e&quot;,&quot;category&quot;:&quot;\u003cstring\u003e&quot;,&quot;topic&quot;:&quot;\u003cstring\u003e&quot;,&quot;custom_attributes&quot;:{&quot;officia_2f&quot;:54699220,&quot;velit68a&quot;:-15294325},&quot;sent_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;overrides&quot;:{&quot;ipsumbc&quot;:-26592298,&quot;dolore30&quot;:true}}],&quot;current_page&quot;:&quot;\u003cinteger\u003e&quot;,&quot;per_page&quot;:&quot;\u003cinteger\u003e&quot;}